当前位置:首页 » JavaScript » 404错误页返回首页
404错误页返回首页
来自:thinksnet时间:2012-04-01 20:18:59

 

<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=uft-8">
<title>您访问的页面已不存在</title>
</head>
<body>

您访问的页面已不存在! -------
<span id="aa"></span>
<script>
function clock(){i=i-1
document.getElementById("aa").innerHTML="将在"+i+"秒后自动返回首页!";
if(i>0)setTimeout("clock();",1000);
else document.location.href='http://www.cnimage.com';}
var i=5;//时间:秒
clock();
</script>

<div>或点击 <a href="http://www.cnimage.com">www.cnimage.com</a> 返回首页</div>

</body>
</html>
关键词:404