making text boxes non editable in html
Posted
by Sachindra
on Stack Overflow
See other posts from Stack Overflow
or by Sachindra
Published on 2010-06-14T15:39:25Z
Indexed on
2010/06/14
15:42 UTC
Read the original article
Hit count: 167
html
i am trying to make a text box no editable for the users. I tried using this code and it works. Any ramifications??? I mean do u suggest the use of this code or it may cause trouble for me in future???
<input type="text" name="west" value="fixed value" readonly />
© Stack Overflow or respective owner