|
|
Q483 Is there a way of the form page returning to a thank you page after it has submitted the results to a cgi script?
irt.org | Knowledge Base | JavaScript | Form 7.3 | Q483 [ previous next ] Q483 Is there a way of the form page returning to a thank you page after it has submitted the results to a cgi script?You have to use frames, with one hidden frame. When the form is submitted it copies the data to another form in the hidden frame which is submitted, then you change the location of the current page. |
-- div -->
|