PDA

Click to See Complete Forum and Search --> : Posting Forms/Disabled Text Boxes


Mage33
Feb 14th, 2001, 06:44 PM
If I disable a text box can I not retrieve its value with request.form? It doesn't seem to be working and the only difference from the working ones that I can figure out is that it is disabled.

Any way to get around this?

Thanks...

Psyrus
Feb 14th, 2001, 11:02 PM
You can make the textbox READONLY. Just replace your DISABLED attribute with READONLY.