Hide options

Redirect in html

Do a redirect to another page by putting this one line in the <head> section of your html. The "content=0;" part of this line is the time it will wait untill the redirect
<meta http-equiv="refresh" content="0;URL=http://anydomain.com/anypage.htm"> 



Top