码迷,mamicode.com
首页 > 其他好文 > 详细

5秒返回的腾讯寻人启事404

时间:2017-04-25 18:33:26      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:ref   style   --   text   www   blog   char   func   element   

 1 <div>
 2 <script src="http://www.qq.com/404/search_children.js" type="text/javascript" charset="utf-8"></script>
 3 </div>
 4 
 5 <script language="javascript">
 6    var oTime=document.getElementById(time);
 7    var oSecs=5;
 8    function time()
 9       {
10         oSecs --;
11          if (oSecs < 0)
12          {
13             clearInterval();
14             return;
15          }
16         
17          if (oSecs == 0)
18          {
19             clearInterval();
20             window.location.href = http://www.baidu.com;//换成自己的首页
21          }
22          oTime.innerHTML = oSecs;
23       }
24    setInterval(time,1000)
25 </script>

 

5秒返回的腾讯寻人启事404

标签:ref   style   --   text   www   blog   char   func   element   

原文地址:http://www.cnblogs.com/lovebing/p/6763485.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!