Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

forward users to new page - body tag only - how?

Status
Not open for further replies.

nerbonne

Technical User
Dec 11, 2006
99
US
Hi, I'm using a cgi script to capture form submissions and email them out. After successful submission, you get a "Thank your for submitting" page. This code is located at the bottom of the cgi script. I want to automatically forward users back to my homepage after that page is briefly displayed.

Remember, meta tags are out because I only have access to the <body> tag, and anything you could normally include in the body.

Thanks for any input.
 
You can use javascript to forward users back. Ask in forum216 on how to do that.

___________________________________________________________
[small]Do something about world cancer today: PACT[/small]
 
Simply use a HTML meta refresh like so:

Code:
<meta http-equiv="refresh" content="5;url=http://www.mysite.com" />

<honk>*:O)</honk>

Tyres: Mine's a pint of the black stuff.
Mike: You can't drink a pint of Bovril.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top