Hi Michael,
probier 'mal folgendes aus:
----- >=8 -------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<script LANGUAGE="JavaScript" type="text/javascript"><!--
str= '<form action="#" method="POST">';
str+= '<select name="sel_1" onChange="location.href= this.form.sel_1.options[this.form.sel_1.selectedIndex].value;">';
str+= ' <option value="#">=> jump-selector';
str+= ' <option value="http://www.wasweisich.de"> ob's diese domain tatsächlich gibt...?';
str+= ' <option value="//127.0.0.1"> local-loopback';
str+= '</select><br>';
str+='</form>';
document.write(str);
//--></script>
<noscript>
<a href="http://www.wasweisich.de">ob's diese domain tatsächlich gibt...?</a><br>
<a href="//127.0.0.1">local loopback</a><br>
</noscript>
</body>
</html>
----- >=8 -------------------------
bis denn...
/*,*/
Wowbagger