I have a javascript question concerning dropdown boxes.
In a page I have 5 drop down boxes containing the values:
a,b,c,d,e
In the Top Box, I select "a" from the available options.
At this point, I want to remove the option "a" from each of the other 4 drop down boxes.
Then in the second box, if I chose "c", this needs to be removed from all the other dropdowns.
I dont need the code, just the method and process as i cant get my head around this!
In a page I have 5 drop down boxes containing the values:
a,b,c,d,e
In the Top Box, I select "a" from the available options.
At this point, I want to remove the option "a" from each of the other 4 drop down boxes.
Then in the second box, if I chose "c", this needs to be removed from all the other dropdowns.
I dont need the code, just the method and process as i cant get my head around this!