|
|
Q597 How can I direct the browser to a custom thank you page after the form is submitted?
irt.org | Knowledge Base | JavaScript | Form 7.3 | Q597 [ previous next ] Q597 How can I direct the browser to a custom thank you page after the form is submitted?The easiest way is with a cgi script on the server, failing that you can use a frameset with a hidden frame:
and then in the form page:
And then in the script page:
|
-- div -->
|