|
form input = select. if you pick one, new selection list shows up
Hello,
Lets say this is my code
<label for='desserts'>Desserts:</label>
<select name="desserts">
<option value="No">No
<option value="ElClassico">El Classico
<option value="Royaal">Royal
</select>
I want a new selection list to show up when they pick "Royal"
Is this possible in html/css or should i use javascript or php?
Any information to get me started is welcome!
Thanks alot
Last edited by critz; 02-07-2012 at 01:58 PM..
|