critz
02-07-2012, 01:53 PM
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
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