Posted by Nico Schuyt on 11/14/06 20:10
Vincent wrote:
> I have a simple checkbox checked, like that:
> <input type="checkbox" name="chk1" id="chk1" checked="checked" />
> And I would like that checkbox being fixed (set), to make users not
> being able to unselect it...
Not completely sure (some use additional JS) but
<input type="checkbox" name="chk1" value="ON" disabled checked>
seems to work
--
Nico Schuyt
http://www.nicoschuyt.nl/
[Back to original message]
|