Can someone tell me how to make input type text uneditable or unchange. I use input type="text" in my form in order to pick up information from the user. After that I display that info. again in another form using the same input type but this time I give the value="<%=Server.HTMLEncode(cs.Fields("Code") )%>" for instance. Of course user still can change the value inside. How to make that input type uneditable by the user where user just can see but cannot change. If possible I want to display the second form like the first form by not using Response.Write (Code). The example of my code is:<BR><BR><input type="text" name="Code" size="45" maxlength="128" value="<%=Server.HTMLEncode(cs.Fields("Code") )%>">


Reply With Quote
Bookmarks