[thelist] Protecting a Form Input

Rob Smith rob.smith at THERMON.com
Fri Apr 1 11:19:54 CST 2005


I can think of one in Javascript.
onFocus="blur()"

Alternatively, I've used:
<?php echo $some_value; ?>
<input type="hidden" name="some name" value="some value">
 - or -
<%=some_value%>
<input type="hidden" name="some name" value="<%=some_value%>">

Rob


-----Original Message-----
From: Sam Carter [mailto:sam at iness.com]
Sent: Friday, April 01, 2005 10:50 AM
To: thelist at lists.evolt.org
Subject: [thelist] Protecting a Form Input 


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?

Sam


-- 

* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester 
and archives of thelist go to: http://lists.evolt.org 
Workers of the Web, evolt ! 


More information about the thelist mailing list