Help - Search - Members - Calendar
Full Version: Redirect Page
MonsterSmallBusiness Forums > MonsterCommerce > How do I?
krazykickz
Hey guys,

Does anyone know the script to put on a page that after a customer fills out a form it takes them to the thank you page for about 3 seconds, but then redirects elsewhere? I usually see this a lot with Paypal, and after i submit forms. Sometimes it includes text, "if you are redirected in 3 seconds, please click here"


Help me out guys!

Thanks biggrin.gif
Neil82591
Here is a copy of the text you would use (do not include the <!-- and -->)

Here you go!!

Hope this helps.

<!--

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Refresh" content="1;URL=http://www.the_domain_you_want_it_redirected_to.com/webpageorfile">
<title>Whatever you want</title>
</HEAD>
<BODY> not necessary </BODY>
</HTML>

-->

The "1" listed before ";URL" above is the number of seconds before it will redirect.

You can change this value and add content (between the BODY tags) to the page before it actually redirects.
krazykickz
Hi,

Thank you so much! It works like a charm!


biggrin.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.