Re: Checkbox disable script works in IE but not in Netscape
Posted By:
Nitesh_Naveen
Posted On:
Tuesday, December 10, 2002 07:50 AM
disabling the element using disabled=true works only in IE and Netscape 6+. Older versions of Netscape does not support it. For Netscape older version, you may have to use the onclick of the checkbox 'undo' any change (ie save the state whether checked or not and then revert to that)