in reply to How to validate the form in CGI
Also, it's not realy safe to rely on javascript alone to validate a form. You can read and test input with the CGI module's param() method.
update: and you should print the end_html() at the end of the html, not immediately after the start. :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to validate the form in CGI
by bradcathey (Prior) on Mar 08, 2005 at 12:00 UTC |