Posted by Mark on 01/12/99 11:36
This code will be perfect for my purposes apart from one thing...
I havent managed to work out how to get the check boxes to become
disabled if I select a different radio button...
For eaxample
<input type="radio" name="rone" value="1"> <-- When this is selected the
check boxes should become disabled...
<p>
<input type="radio" name="rone" value="2" onclick="changeChek();"><--
when this is selected the checkboxes are enabled as expected...
<p>
<input type="checkbox" name="cone" value="chek1" disabled="disabled">
<p>
<input type="checkbox" name="cone" value="chek2" disabled="disabled">
<p>
<input type="checkbox" name="cone" value="chek3" disabled="disabled">
Have I missed something obvious?
TIA
Mark
Navigation:
[Reply to this message]
|