找回密码
 注-册

QQ登录

只需一步,快速开始

查看: 1443|回复: 0

[特效] 实现Title动态效果JS脚本

[复制链接]
Leya 发表于 2008-3-31 11:27:33 | 显示全部楼层 |阅读模式
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  4. <title>无标题文档</title>
  5. <script language="JavaScript">
  6. step=0
  7. function flash_title()
  8. {
  9. step++
  10. if (step==3) {step=1}
  11. if (step==1) {document.title='http://www.bakbuy.com'}
  12. if (step==2) {document.title='☆★☆贝买网☆★☆'}
  13. setTimeout("flash_title()",1000);
  14. }
  15. flash_title()
  16. </script>
  17. </head>
  18. <body>
  19. 请注意标题栏的变化!!!!!!!!!
  20. </body>
  21. </html>
复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注-册

本版积分规则

Archiver|手机版|小黑屋|DoDVip ( 桂ICP备14000730号 )

GMT+8, 2025-5-1 18:21 , Processed in 0.060556 second(s), 20 queries .

Powered by Discuz! X3.5

Copyright © 2001-2024 Tencent Cloud.

快速回复 返回顶部 返回列表