JoeCullen
08-02-2005, 11:21 AM
Hey guys I am trying to create 3 dropdown menus. Depending on the information on the 1st box, it will change the information in the other 2. I will try to explain more..
Example:
Dropdown 1.
<select>
<option>option1</option>
<option>option2</option>
</select>
If option 1 is selected the next dropdown will display:
<select>
<option>Yes</option>
<option>No</option>
</select>
and if Yes is selected:
<select>
<option>Help Me</option>
<option>Please!</option>
</select>
Hopefully you can see what im trying to do and can point me in the right direction.. I know what I want but have absolutly no idea on how to code it :( Any help will be greatly apreciated!
Thanks in advance.
Example:
Dropdown 1.
<select>
<option>option1</option>
<option>option2</option>
</select>
If option 1 is selected the next dropdown will display:
<select>
<option>Yes</option>
<option>No</option>
</select>
and if Yes is selected:
<select>
<option>Help Me</option>
<option>Please!</option>
</select>
Hopefully you can see what im trying to do and can point me in the right direction.. I know what I want but have absolutly no idea on how to code it :( Any help will be greatly apreciated!
Thanks in advance.