Hallo, habe folgendes Javascript.
Bei der Auswahl des Links soll nun der Link (Seite) im gleichen Fenster öffnen.
Ich schaff das einfach nicht, kann mir vo Euch jemand helfen
txs madmax
<body>
<form name="Schalter">
<select size="1" name="Liste"
onChange="document.location.href =
this.form.Liste.options
[this.form.Liste.options.selectedIndex].value"
style="width:150px;">
<option value="gedicht1.html">Gedicht1</option>
<option value="gedicht2.html">Gedicht2</option>
<option value="./gedicht3.html">Gedicht3</option>
</body>