javascript thread: reading disabled fields
I have a disabled field that I need returned to a resolving ASP page, however when I place the "disabled" on the control, the POST method no longer sends the data of that specific field to the next page. My goal was to have a field that the user can select from a list of values and not be able to modify. I know I can read the value of the selected list box, but I am doing other things with the "Value" data in the list box. Any ideas? thanks Mark
|





