[thelist] Protecting a Form Input

Brian Cummiskey Brian at hondaswap.com
Fri Apr 1 11:25:38 CST 2005


Sam Carter wrote:
> Is there an HTML attribute CSS style or other --  which can write 
> protect a form input element so it can't be overwritten with user input?
>  

<input type="text" readonly="readonly" value="this can't be overwritten" />



More information about the thelist mailing list