Redirect to a New Page
Posted Friday, February 6, 2004
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html">
This META tag redirect code will redirect your visitors to another web page instantly. The content="0; may be changed to the number of seconds you want the browser to wait before redirecting. This code comes in handy if you change your web address and need to redirect your visitors to the new page.