码迷,mamicode.com
首页 > 其他好文 > 详细

标题栏里的打字效果

时间:2014-10-22 12:24:21      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   ar   java   sp   div   

<html>
    <title>标题栏里的打字效果-石家庄瑜伽教练培训-潜水射流曝气机</title>
    <body>
    <script language="JavaScript1.2">
    var message="欢迎光临『我们的网址www.sjz-yoga.com』!"
    var message=message+" "
    i="0"
    var temptitle=""
    var speed="150"
    function titler(){
    if (!document.all&&!document.getElementById)
    return
    document.title=temptitle+message.charAt(i)
    temptitle=temptitle+message.charAt(i)
    i++
    if(i==message.length)
    {
    i="0"
    temptitle=""
    }
    setTimeout("titler()",speed)
    }
    window.onload=titler
    </script>
    </body>
    </html>
    请看标题栏里的显示效果。<br><br><br><hr>

 

标题栏里的打字效果

标签:style   blog   http   color   io   ar   java   sp   div   

原文地址:http://www.cnblogs.com/youtianxia/p/4042690.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!