殷德瑶博客
喜欢的歌,静静地听!喜欢的人,远远地看!

经典动态网站网页标题特效代码

殷德瑶 2016-7-29 emlog教程 1条评论 3387 次

代码如下:

<script language="JavaScript">
step=0
function flash_title()
    {
      step++
      if (step==3) {step=1}
      if (step==1) {document.title='您有新短消息 blog.3a36.com'}
      if (step==2) {document.title='请留意查收 !百度一下:苏以北网络'}
      setTimeout("flash_title()",800);
    }
flash_title()
</script>

评论

1212 2021-04-02 17:40
很好啊!

发表评论


粤ICP备15078261号 Powered by 黑暗之夜
Theme by 殷德瑶博客