Code
<script language="JavaScript">
<!--
function surfto(form) {
var myindex=form.select1.selectedIndex
if (form.select1.options[myindex].value != "0") {
window.open(form.select1.options[myindex].value, target="center");}
}
//-->
</SCRIPT><center>
<FORM NAME="form1">
<SELECT NAME="select1" onChange="surfto(this.form)" STYLE="width: 100px; max-width: 100px; font-size: 9px">
<OPTION SELECTED VALUE="0">Bitte w&hlen.....
<OPTION VALUE="scripte1.html">Statusscripte
<OPTION VALUE="scripte2.html">Hilfsscripte
<OPTION VALUE="scripte3.html">Effekte
<OPTION VALUE="scripte4.html">Berechnung
<OPTION VALUE="scripte5.html">Spiele
<OPTION VALUE="scripte6.html">Fun
<OPTION VALUE="scripte7.html">Unsinn
<OPTION VALUE="scripte8.html">Begr&&ung
<OPTION VALUE="scripte9.html">Uhr+Farbe
<OPTION VALUE="scripte10.html">Men&s
</SELECT>
</FORM>
</form></center>
Alles anzeigen