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...
Printable View
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...
You can make the textbox READONLY. Just replace your DISABLED attribute with READONLY.