emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-orgmode] Re: HTML question


From: Todd Neal
Subject: [Emacs-orgmode] Re: HTML question
Date: Sat, 20 May 2006 15:41:33 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)



Carsten Dominik <address@hidden> writes:

> this case.  I would like a checkbox that shows the state, but cannot
> be changed.  Is there an easy way to do this?

The following appears to work in Firefox. 

<INPUT TYPE=CHECKBOX CHECKED onClick="this.checked=1;"> Permanently Checked 
<INPUT TYPE=CHECKBOX onClick="this.checked=0;"> Permanently Unchecked


Todd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]