查看: 1552|回复: 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>
复制代码
回复

使用道具 举报

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

本版积分规则

关注公众号

相关侵权、举报、投诉及建议等,请发 E-mail:admin@discuz.vip

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.|桂ICP备14000730号

在本版发帖
关注公众号
返回顶部