Automatically Redirect Visitors
To redirect anyone who visits your site, automatically, you just need to insert html:
<meta HTTP-EQUIV="REFRESH" content="0"; url=http://www.google.com">
See the content = "0" thing?
Change the zero to change the amount of seconds before your viewer will be redirected.
I decided not to show an example on this site.
NOTE FROM NILS: People with blogs on blogspot may experience problems with the tip above.
<meta HTTP-EQUIV="REFRESH" content="0"; url=http://www.google.com">
See the content = "0" thing?
Change the zero to change the amount of seconds before your viewer will be redirected.
I decided not to show an example on this site.
NOTE FROM NILS: People with blogs on blogspot may experience problems with the tip above.
4 Comments:
Redirection -
Not for Blogspot surely ?
Email me please
letmein@cyberspace.org
Tony
By Anonymous, at September 12, 2004
Please remember to put this between the <head> and the </head>.
By nilsmo, at July 09, 2005
And also, check to make sure you have an even amount of quotes.
By nilsmo, at July 09, 2005
This code does not work on blogspot. Is there anyway we can redirect a user on blogspot and other sites such as Myspace blogs?
By Herbalmix, at October 17, 2007
Post a Comment
<< Home