Hi, I have some javascript code that the disables a group of radio buttons when a particular option is selected. This disabling of radio buttons is done onblur.
For example, here are two radio buttons:
<input type="radio" name="Test" value="no" onblur="disableGroup();" />
<input type="radio"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.