lock input Box?

liunx

Guest
Don't know if this the right place to post(3 posts and 2 have been moved:P ) But here goes. I have a web page with input boxes that display the result of a query, and can be modified. However one input box needs to only display the field value and not allow it to be modified, is there some way of locking the input box or disabling it so the user can't change the value?<br />
Thanks <br />
<br />
BobNZ<!--content--><input type="text" readonly><br />
<br />
but its not foolproof, a person can save the form to disk and remove the readonly attribute easy enough.<!--content-->That did it, Thanks a lot.<br />
<br />
Bob<!--content-->
 
Back
Top