首页 | 联系我们 | 叶凡网络官方QQ群:323842844
游客,欢迎您! 请登录 免费注册 忘记密码
您所在的位置:首页 > 开发语言 > Javascript > 正文

让标题闪起来

作者:cocomyyz 来源: 日期:2013-07-25 02:40:12 人气:1 加入收藏 评论:0 标签:javascript

<html>
<head>
<META http-equiv=Content-Type c/html; charset=gb2312>
<!--&#31383;&#21475;&#26631;&#39064;&#38378;&#28865;-->
<script language="JavaScript">
step=0
function flash_title()
    {
      step++
            if (step==3) {step=1}
      if (step==1) {document.title='〖◆◇◆★〗'}
      if (step==2) {document.title='【◇◆◇☆】'}
      setTimeout("flash_title()",200);
    }
flash_title()
</script>
</head>
<SCRIPT LANGUAGE=JAVASCRIPT>
<!--
if (top.location !== self.location) {
top.location=self.location;
}
</SCRIPT>
<frameset rows="*" framespacing="0" border="0" frameborder="0">
<frame name="content" src="index.htm" noresize target="_blank">
</frameset>
<noframes><body>
</body></noframes>
</html>

本文网址:http://www.mingyangnet.com/html/js/141.html
读完这篇文章后,您心情如何?
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
  • 0
上一篇: 任意飘动的广告
更多>>网友评论
发表评论