szms
07-29-2003, 07:53 AM
I want to show some text from a text box but user cannot change the text. How to do it?
|
Click to See Complete Forum and Search --> : Text Box szms 07-29-2003, 07:53 AM I want to show some text from a text box but user cannot change the text. How to do it? wublub 07-29-2003, 08:42 AM One suggestion might be to add "disabled" at the end of your input statement. wublub requestcode 07-29-2003, 12:16 PM You could also try this in the input tag onFocus="this.blur()" pyro 07-29-2003, 12:47 PM Here's another one... :D <input type="text" readonly="readonly" value="test"> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |