[thelist] Empty Form Responses --> Re: How do I clear form inputfields onSubmit (or somehow)?

Anthony Baratta Anthony at Baratta.com
Thu Aug 3 13:02:56 CDT 2000


In order for data to be submitted the page must talk to the script. (e.g. 'post' data
to the CGI program) This basically 'loads' the cgi script, which must either redirect
to another page (e.g. thank you) or throw HTML at the browser.

What you should do is use your 'reset script' so that when the page loads, the form
is blanked. Then have your CGI script redirect back to the form page after accepting
the data.

-- 
Anthony Baratta
President
KeyBoard Jockeys
                    South Park Speaks Version 3 is here!!!
                       http://www.baratta.com/southpark
                              Powered by Tsunami




More information about the thelist mailing list