| Author |
Dropdown problem
|
Nee Kat
Ranch Hand
Joined: Jan 27, 2004
Posts: 37
|
|
I have to create a dropdown box based on a selection in another drop down on the same page. I mean to say if a dropdown A has a selection "1" then only dropdown B should show otherwise not. Disabling B would also work and enable it only when dropdown A has a selection "1". Any ideas how to do this..like which functions should be used. Code would be appreciated.
|
 |
Chris Baron
Ranch Hand
Joined: Mar 21, 2003
Posts: 1049
|
|
Hi Nee, you could use the onchange-event to set the display from "none" to "inline" if the value is 1. hth cb [ October 19, 2005: Message edited by: Chris Baron ]
|
 |
Nee Kat
Ranch Hand
Joined: Jan 27, 2004
Posts: 37
|
|
|
Thanks for the code Chris. It works great.
|
 |
 |
|
|
subject: Dropdown problem
|
|
|