Hi,
On my form I have bunch of checkboxes, they have the same name, but different values.
I want to disable all of them if the first check box that has value "D" is checked.
<input type="checkbox" name="RequestType" value="D">
<input type="checkbox" name="RequestType" value="S">
<input type="checkbox" name="RequestType" value="L">
<input type="checkbox" name="RequestType" value="W">
Please advise
Thanks.
On my form I have bunch of checkboxes, they have the same name, but different values.
I want to disable all of them if the first check box that has value "D" is checked.
<input type="checkbox" name="RequestType" value="D">
<input type="checkbox" name="RequestType" value="S">
<input type="checkbox" name="RequestType" value="L">
<input type="checkbox" name="RequestType" value="W">
Please advise
Thanks.