> to dynamically change the state of a radio button you > can use onClick: > > <input id=myRadio1 type=radio name=radio1 > onclick='myRadio2.disabled = true'> > <input id=myRadio2 type=radio name=radio1>
Thanks Andy! the above sounds like what I need. However, my problem is that when another button is pressed, it is then that I need to enable/disable the various radio buttons. Thanks! --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
