Hey :)
I am trying to make a foot calculator. And i will make a 2 parts dropdown. for example:
1)
(in the first dropdown) Where have you eaten?
<select size="6" id="availableOptions" name="availableOptions">
<option value= 1>McD </option>
<option value= 2>Burger King</option>
<option value= 3>Sunset</option>
</select> </td>
2)
(If you have eaten on McD, you will see the foot you can get on Mcd. And if you have eaten on Burgerking, you will see witch foot they have.)
How can i get this to work ?