<meta http-equiv="refresh"
content="<delay before
redirecting>;
URL=<URL>">
For example:
<HTML> <HEAD> <TITLE>I moved!!!</TITLE> <META HTTP-EQUIV="refresh" CONTENT="10;URL=http://my.newplace.com/"> </HEAD> <BODY> I moved to a new place. Your browser should automatically take you there in 10 seconds. If it doesn't plase go to http://my.newplace.com/ </BODY> </HTML> |