[Beschreibung]
Dieses Skript stellt ein einfaches Pulldown - Menue dar.
[Kompatibilität]
[Code]
<form>
<select NAME="list"> <option SELECTED VALUE="http://www.nightfire.ch">Nightfire <option VALUE="http://www.neoplanet.com">Neoplanet <option VALUE="http://www.sear.ch">sear.ch <option VALUE="http://www.nightfire.ch/java">Java Archiv </select>
<p><input TYPE=BUTTON VALUE="Go To It!"
onClick="top.location.href=this.form.list.options[this.form.list.selectedIndex].value">
</form>
??