Hi Guys,
Does anybody can help me with multiple selecbox.
I have this problem I have 2 select boxes with 3 values
example:
I want to make it when user chooses value 1 in first or second selectbox then value 1 in first or second select box must be disabled you can not choose to same values in both selectboxesHTML Code:<select name="slb1"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> </select> <select name="slb2"> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> </select>
That is the same for value 2 and three.
Thanx in advance



Reply With Quote

Bookmarks