You are here: irt.org | FAQ | HTML | Q2081 [ previous next ]
Yes - it uses a tiny bit of JavaScript:
<FORM> <INPUT TYPE=CHECKBOX CHECKED onClick="return false"> </FORM>
The above code will keep the box checked and make it unchangeable - if you want it kept blank, just remove the CHECKED attribute from the line.