Hi,
I have one drop-down box and 3 radio buttons in my html page. Based of the value selected in drop-down box some of the radio buttons enable/disable. I can disable the radio buttons using javascript
document.frm1.group(0).disabled = true;
Is there any technique by which I can gray out the labels associated with radio buttons when we disable radio buttons ?
Thanks
I have one drop-down box and 3 radio buttons in my html page. Based of the value selected in drop-down box some of the radio buttons enable/disable. I can disable the radio buttons using javascript
document.frm1.group(0).disabled = true;
Is there any technique by which I can gray out the labels associated with radio buttons when we disable radio buttons ?
Thanks