WEB开发网
开发学院网页设计JavaScript 实现Title动态效果JS脚本 阅读

实现Title动态效果JS脚本

 2009-05-30 00:00:00 来源:WEB开发网   
核心提示:实现Title动态效果JS脚本<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>无标题文档</titl

实现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>

Tags:实现 Title 动态

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接