Redirect website after certain amount of time

codedude picture codedude · Jul 20, 2010 · Viewed 355.5k times · Source

What do I have to do to have a function on a website where it says it will redirect you to the site in 3 seconds or so?

Answer

Darin Dimitrov picture Darin Dimitrov · Jul 20, 2010
<meta http-equiv="refresh" content="3;url=http://www.google.com/" />