Thema: html: forms
Einzelnen Beitrag anzeigen
Alt 23.10.2003, 21:57   #3
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard

Oder nur ein form verwenden.
<form name="dropdowns">
<select name="1">
<option value="1">1.</option>
<option value="2">2.</option>
</select>
<select name="2">
<option value="a">3.</option>
<option value="b">4.</option>
</select>
<select name="3">
<option value="a1">5.</option>
<option value="b1">6.</option>
</select>
</form>

da bekommst du dann einen output der form
1=1
2=a
3=a1
(je nach value)

Jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten