Form popup & redirection

liunx

Guest
I have a simple form on a page (enter Name, Email, Comment, it gets send as an email). Works okay. But.. I'd also like a popup "Thank you" page (to be auto closed after say 6 secs).. AND.. the form page to go back to the page it was called up from.<br />
So far I only manage to crash IE and Frontpage..<br />
Thanks for the help<br />
Chao,<br />
MrDad<!--content-->Hi Mrdad,<br />
<br />
If you are using frontpage, their is an inbuilt confirmation page that you can use with forms. However, it is not that difficult to make your own.<br />
<br />
When you make a form up in Frontpage, set the confirmation page as something like thanks.html, then make a new page called thanks.html. On that page, you can add confirmation fields which will get the information from the forms page and display it for your visitor.<br />
<br />
Then, to re-direct them to another page, put this meta tag in the head of the thanks.html page.<br />
<br />
<META http-equiv="refresh" CONTENT="10;url=http://www.someplace.com/"><br />
<br />
This will wait 10 seconds before redirecting the visitor to the url specified.<br />
<br />
Hope this helps.<br />
<br />
Goody :)<!--content-->
 
Back
Top