Hallo...
folgendes Problem... Eine HTML Seite wird per Selectfeld ausgewählt und geöffnent... allerdings möchte ich, das diese Seite dann in einem neuen Fenster geöffnet wird.
Hier der Ausgangspunkt:
1:
2:
3:
4:
5: | <select class=\"selectfl\" name=\"film\" size=\"1\" onChange=\"window.location.href='film' + this.options[this.selectedIndex].value + '.html'\">
<option value=\"\" selected>- - - Film wählen - - -</option>
<option value=\"1\">Film 1</option>
<option value=\"2\">Film 2</option>
</select> |
Wer weiss da Rat?
Danke schonmal im vorraus.
MFG
KeyLF