Re: readonly text entry
[ Follow Ups ] [ Post Followup ] [ Intranet eXchange ] [ IDM Home ]
Posted by Chris Davies on August 21, 2000 at 9:24:55:
In Reply to: Re: readonly text entry posted by Jon Hanlon on August 21, 2000 at 1:25:11:
Thats not true.... My experiment with your script shows that the contents of a read-only box is not passed to the cgi when the submit button is pressed... See the resulting URL when I added a submit button and the GET method to your form... >http://localhost:8080/examples/jsp/test/test.jsp?readOnlyBox=RO Its passing the value of the checkbox but not the text box. The Microsoft site says that Read Only boxes ARE passed over and the contents not submitted to the CGI (verified by experiments and my PHP book)...
Follow Ups:
|