Re: readonly text entry
[ Follow Ups ] [ Post Followup ] [ Intranet eXchange ] [ IDM Home ]
Posted by Jon Hanlon on August 21, 2000 at 1:25:11:
In Reply to: Re: readonly text entry posted by charls on August 20, 2000 at 16:50:8:
A disabled object IS readonly. All that disabled means is that it won't respond to user input. The object still exists, and will still be passed back through a cgi. (Even if it wasn't, you could easily copy its value to a hidden field on the form.)
Follow Ups:
|