Mary Anderson wrote:
I want users to be able to edit entries that have been stored in a database. The user types in an ID. A form appears with an ID textfield containing that ID and the other info from the database. I would like to have that ID appear in a read only textfield so that the user could not change it and my code could read the value of the ID from that field. This makes for cleaner code than I would have if I tried to capture the ID and store it as an old value, or if i had separate fields for old and new ID values.
The first link of a google search pulls up:

http://www.w3.org/TR/html4/interact/forms.html#adef-readonly

Sean

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to