联 系 人:李总
联系电话:13759574266
在线 QQ:89417157
邮箱:13759574266@qq.com
微信号:ynlongtou
地址:昆明市滇缅大道旁昆建路5号108智库空间A座4楼
一:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta http-equiv="refresh" content="5;url=http://www.lanrentuku.com">
<title>网页自动跳转代码 </title>
</head>
<body>
<p><strong>网页自动跳转代码</strong></p>
</body>
</html>
html网页自动跳转代码,content后面的数字是秒数,0表示立即跳转,比如您想5秒后跳转到新页面,请修改成5即可。
url后面为你要跳转打开的网址,注意网址前需要加http://
二:
等待数秒后跳转,提示剩余几秒。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>10秒后跳转</title>
</head>
<script language="javascript">
var t = 10;
function fun(){
t--;
jump.innerText=t;
if(t<=0){
location.href = http://www.baidu.com;
clearInterval(inter);
}
}
var inter = setInterval("fun()",1000);
</script>
<body>
连接成功,此地址以更换,新地址<span id=jump>10</span> 秒后自动跳转。。。。。<br/>
或者直接登录新系统网址:http://www.baidu.com
</body>
扫描关注官方微信