via Internet Archive Wayback Machine) * Alan Flavells FORM submission and the ENTER key?
(via Internet Archive Wayback Machine) 10.9. Can I have two or more actions in the same form? No. A form must have exactly one action. However, the server-side (e.g., CGI) program that processes your form submissions can perform any number of tasks (e.g., updating a database, sending email, logging a transaction) in response to a single form submission. 10.10. How can I require that fields be filled in, or filled in correctly? Have the server-side (e.g., CGI) program that processes the form submission send an error message if the field is not filled in properly. Ideally, this error message should include a copy of the original form with the original (incomplete or incorrect) data filled in as the default values for the form fields. The Perl CGI.pm module provides helpful mechanisms for returning partially completed forms to the user. In addition, you could use JavaScript in the form’s ONSUBMIT attribute to check the form data. If JavaScript support is enabled, then the ONSUBMIT event h
Related Questions
- Can the Internet Archive search for pages on the Wayback Machine using particular keywords or other search terms?
- Does anything go further back in time than Archive.org (aka The Wayback Machine aka The Internet Archive)?
- via Internet Archive Wayback Machine) * Alan Flavells FORM submission and the ENTER key?