Dot Net Lover

Thursday, December 21, 2006

PAGE Re-Direction

hi! Below is the code which allows you to redirect the page without using Javascript or ASP or asp.net

HTML

Place the following HTML redirect code between the HEAD tags of your HTML code.

meta HTTP-EQUIV="REFRESH" content="0; url=http://www.yourdomain.com/index.html"

The above HTML 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.