设为首页
加入收藏
站内地图
旧版入口

实现Title动态效果JS脚本

作者:龙犊 出处:天极网 时间:08-24 点击:

内容载入中...

  实现Title动态效果JS脚本

   <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  <title>无标题文档</title>
  <script language="JavaScript">
  step=0
  function flash_title()
  {
  step++
  if (step==3) {step=1}
  if (step==1) {document.title=‘http://homepage.yesky.com‘}
  if (step==2) {document.title=‘☆★☆<a href="http://www.chinaz.com/" class="bluekey" target="_blank">中国站长站</a>站长学院☆★☆‘}
  setTimeout("flash_title()",1000);
  }
  flash_title()
  </script>
  </head>

  <body>
  </body>
  </html>

收藏本文:
】【打印页面】【推荐给朋友】【关闭窗口
推荐信息