Posted By:
Firat_Tiryaki
Posted On:
Monday, October 1, 2001 04:23 AM
Forgive me, couldn't check all of your code. I think no need such a long code for this kind of situation.
Create a global variable such as;
var enablingSwitch=0;
change it with the function onclick of a checkbox
The rest is calling the below function onclick of the radio buttons
function ED()
{
if(!enablingSwitch)this.checked=false;
}