Click to See Complete Forum and Search --> : combo box selection


aamirc
07-09-2003, 11:37 AM
i have 10 combo boxes with the same 50 names in each of them. when i select a name in one of the combo boxes, the rest should not display that name as an option. similarly when another name is selected in any other combo box the rest of them shouldnt display that name as an option. how do i do this?

Khalid Ali
07-09-2003, 12:07 PM
how about removing the particular option element from the other list boxes???

aamirc
07-09-2003, 01:13 PM
exactly!.. but how is it done with dynamically javascript?