您的位置:首页 > 其它

标题栏里的打字效果

2014-10-22 11:37 134 查看
<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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: