peppetto
05-10-2007, 09:16 PM
Hi Guys,
Does anybody can help me with multiple selecbox.
I have this problem I have 2 select boxes with 3 values
example:
<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>
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 selectboxes
That is the same for value 2 and three.
Thanx in advance
Does anybody can help me with multiple selecbox.
I have this problem I have 2 select boxes with 3 values
example:
<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>
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 selectboxes
That is the same for value 2 and three.
Thanx in advance