Hello,

This script works great in a non-ND page, but in an ND page I get a script 
error popup box.  Any suggestions?

Thanks!

Jill
<SCRIPT language="JavaScript"><!-- 
function GoLink(s) 
{ var d = s.options[s.selectedIndex].value; 
window.top.location.href = d(); 
s.selectedIndex=0; 
} 
//--> 
</SCRIPT> 

<SELECT onChange="GoLink(this);"> 
<OPTION VALUE="http://www.microsoft.com">Microsoft</OPTION> 
<OPTION VALUE="http://www.altavista.com">Altavista</OPTION> 
</SELECT>
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to