Tuesday, September 8, 2009

How to redirect using HTML tags

Use the following HTML codes to redirect a webpage. Paste this on the top section after meta description.

<meta http-equiv="refresh" content="0;URL=http://www.google.com">

Content = 0 means the page will redirect immediately to google after the page gets loaded.

if you set this as 5 the webserver will wait 5 sec and then it will redirect the page to google.

No comments:

Post a Comment