[thelist] javaScript not Netscape Compliant

Tanner Burson tanner at younet.okstate.edu
Thu Apr 15 13:18:34 CDT 2004


*This message was transferred with a trial version of CommuniGate(tm) Pro*

 <Script language="JavaScript">
<!--
function goto(form) { var index=form.select.selectedIndex
if (form.select.options[index].value != "0") {
location=form.select.options[index].value;}}
//-->
</SCRIPT>
What needs to change to make it work with Netscape?

All you need to make this work is to change your location above to
document.location.href so:
dodument.location.href = form.select.options[index].value


Tanner



More information about the thelist mailing list