Three simple HTML Web page auto-jump method, can let you open an HTML page automatically jump to other pages.
Method/Step
<title> is jumping </title>
<meta http-equiv= "Content-language" content= "ZH-CN" >
<meta http-equiv= "Content-type" content= "text/html; charset=gb2312 ">
<meta http-equiv= "Refresh" content= "0.2;url=http://daohang.tengshaowu.cn/" >
<body>
</body>
<body>
<script language= ' javascript ' >document.location = ' http://daohang.tengshaowu.cn/' </script>
</body>
<meta http-equiv= "Content-type" content= "text/html; charset=gb2312 ">
<title> is jumping </title>
<body>
<form name=loading>
<p align=center> <font color= "#0066ff" size= "2" > is jumping, please wait a moment </font><font color= "#0066ff" size= "2" Face= "Arial" >...</font>
<input type=text name=chart size=46 style= "font-family:arial; Font-weight:bolder; Color: #0066ff; padding:0px; Border-style:none; " >
<input type=text name=percent size=47 style= "color: #0066ff; Text-align:center; Border-width:medium; Border-style:none; " >
<script>
var bar=0
var line= "| |"
var amount= "| |"
Count ()
function count () {
Bar=bar+2
Amount =amount + Line
Document.loading.chart.value=amount
document.loading.percent.value=bar+ "%"
if (bar<99)
{SetTimeout ("count ()", 100);}
Else
{window.location = "http://daohang.tengshaowu.cn/";}
}</script>
</p>
</form>
<p align= "center" > If your browser does not support jump, <a style= "Text-decoration:none" href= "http://daohang.tengshaowu.cn/" > <font color= "#FF0000" > Please click here </font></a>.</p>
</body>
Three simple HTML Web page auto-jump method