[thelist] javascript problem

Stevenson Ngila Stevenson at epr.footman-walker.com
Mon Jan 6 04:05:01 CST 2003


Am passing a value to a js function i.e. showPopupMenu(
document.all.popupMenuDivDR03-0003 ). But on the function itself if i try
alerting the passed value, i get "NAN". How can i get an object i.e.

function showPopupMenu( oDiv )
{
	alert( oDiv  );
}

so as to get an object.





More information about the thelist mailing list