Page 1 of 1

Text Box ????????/

Posted: Tue Jul 29, 2003 7:58 am
by szms
I want to show some text from a text box but user cannot change the text. How to do it?

Posted: Tue Jul 29, 2003 8:24 am
by SBukoski
If you don't want it editable, why not simply display the text as normal and use a type="hidden" control to store the data so it gets passed? That way you don't need to worry about it.

Posted: Mon Aug 11, 2003 4:18 am
by skateis2s
if you mean like so they cant change it in the text box

<input type=text name=poop readonly>