Click to See Complete Forum and Search --> : Load document


Kobushinokami
07-23-2003, 04:18 PM
Hi. I made a form for a website. I want that, once the user clicks on the Submit button of the form, another HTML file to be loaded, like a "Thank you for blah blah" thingy.

Can this be done with Javascript? I think so. I know it can be done with CGI, but i want something more simple.

Thanks so much for your help.:D

Mr J
07-23-2003, 04:43 PM
To load another page once the submit button has been pressed include:
method="GET" ACTION="yourpage.htm" in the opening form tag