Hallo,
mit folgendem JS-Schnipsel habe ich eine Drop-Down-Auswahl erstellt...
<form name="jump">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
<option value="#">» Teamfilter</option>
<option value="news2.php?filter=1">Mutter</option>
<option value="news2.php?filter=2">Vater</option>
</select>
</form>
Leider ist der Code nicht valide,
"required attribute "ACTION" not specified."
Mir ist der Fehler bekannt, diese Zeile hilft einem ja gut weiter...
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Doch an welcher Stelle im Code muss ich den Fehler beheben?
Vielen Dank, liebe Grüße