On Sep 11, 2006, at 7:29 PM, 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.


You might just print it on the page and pass it as a hidden variable.

Kindest Regards,

--
Bill Stephenson


--
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