Click to See Complete Forum and Search --> : Help! how to disable a checkbox in javascript for netscape?


kell_y
12-08-2002, 10:03 AM
Can anyone tell me how to disable a checkbox (don't allow use to check) on using javascript that can run on netscape browser?

Rick Bull
12-08-2002, 11:54 AM
Try this:


<input type="checkbox" disabled="disabled" onclick="return false;">

Zach Elfers
12-08-2002, 02:20 PM
<input type="checkox" onFocus="this.blur();">