Hallo Micha,
ich hab das hier geschrieben und das getestet was du sagtest (zurück und nochmal drauf) und hier funzt es:
<html>
<head>
<title></title>
<script language="JavaScript">
<!--
function goandgetit() {
var link = document.LISTE.LINKAUSWAHL.value;
window.location.href = link;
return true
}
//-->
</script>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<form action="#" method="post" Name="LISTE" onSubmit="goandgetit(); return false;">
<select name="LINKAUSWAHL" size="1">
<option value="http://derlinkA">derLinkA
<option value="http://derlinkB">oderso
</select>
<input type="Submit" value="Goandgetit">
</form>
</body>
</html>
Greetings
Torwächter