Invent

实现Title动态效果JS脚本

您现在的位置: 摘星网络_临沂网站建设优化 > 网站建设 > 建站技术 >

实现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.zxroom.net/" class="bluekey" target="_blank">摘星网络</a>临沂网站建设☆★☆}
  setTimeout("flash_title()",1000);
  }
  flash_title()
  </script>
  </head>

  <body>
  </body>
  </html>