Forums
This topic is locked
Redirect
Posted 07 Oct 2002 17:45:21
1
has voted
07 Oct 2002 17:45:21 chadmih chad posted:
Howdy all,I am using formMail.cgi. When people submit a form a new page pops up that says thank you.
I would like to redirect people to another frame that is 1 pixel wide on the original page so there is no extra popup.
My problem is the URL to a frame name in a page that is already open.
No matter how I word the URL, it pops up a new page.
Does anyone have any input on this? Everything else works great. I just cant seem to make this work right.
You can see the site at www.wallflowerproducts.com
just go to the contact section and hit submit.
Thanks in advance....-chad
Replies
Replied 08 Oct 2002 19:28:59
08 Oct 2002 19:28:59 Phil Robles replied:
Chad:
Try changing:
<input type=hidden name="redirect" value="www.wallflowerproducts.com/top.htm" frame src="www.wallflowerproducts.com/index.html" target="top">
TO:
<input type=hidden name="redirect" value="www.wallflowerproducts.com">
Doing this should ensure that you are directed back to the main page. Is this what you want?
You could also have the user redirected to a thankyou.htm page that has an auto redirect back to the main page.
Frenzy
Try changing:
<input type=hidden name="redirect" value="www.wallflowerproducts.com/top.htm" frame src="www.wallflowerproducts.com/index.html" target="top">
TO:
<input type=hidden name="redirect" value="www.wallflowerproducts.com">
Doing this should ensure that you are directed back to the main page. Is this what you want?
You could also have the user redirected to a thankyou.htm page that has an auto redirect back to the main page.
Frenzy