hallo alle: ganz einfaches script geht nicht mit netscape 7.1

Beitrag lesen

hier nochmal genauer:

<html>
<head><title>test</title>
<script language="javascript">
<!--

function goto(){
if(document.add.dest.options[document.add.dest.selectedIndex].value!="platz"){
location=document.add.dest.options[document.add.dest.selectedIndex].value;
}
}

-->
</script>

</head>

<body>

<form name="add" onSubmit="return false;">
<select name="dest" size=1>
<option selected value="platz">-----:: quickfind ::-----
<option value="platz">
<option value="http://www.highgames.com">besuche die seite
</select> 
<input type="button" value="go" onClick="goto();">
</form>
</body>
</html>