<INPUT TYPE="checkbox" NAME="MyCheckbox" VALUE="Select Me" DISABLED>
or
document.forms[0].MyCheckbox.disabled = false;
If your browser supports this feature, the following checkbox should be disabled.
Written and compiled by Réal Gagnon ©1998-2005
[ home ]