用JavaScript创建“闪动”标题栏
2008-02-23 07:41:28来源:互联网 阅读 ()
方法:只须在你主页面HTML的加入如下一段javascript代码即可!再说一句废话:这可不是恶意代码啊!^*^
<script language="javascript"> <!-- var tx = new Array ( "您好呀,欢迎您的光临^_^", "知道吗?我就是标题栏", "呵呵,现在我也~会闪啦", "看啊,我闪~我闪……", "快快把你的眉眼抛过来呀!嘻嘻……"); //设置好你的页面标题栏中要闪烁的5句文本(具体内容自己据需而定吧你) var txcount=5; //数字“5”对应于上边设定的文本数 var i=1; var wo=0; var ud=1; //定义i、wo、ud三者的初值 function animatetitle() { window.document.title=tx[wo].substr(0, i) "_"; if (ud==0) i--; if (ud==1) i ; if (i==-1) {ud=1;i=0;wo ;wo=wo%txcount;} if (i==tx[wo].length 10) {ud=0;i=tx[wo].length;} // if (window.document.title.length < 20 ) window.document.title=window.document.title "-"; // if (window.document.title.length == 20 ) window.document.title=window.document.title "]"; // if (window.document.title.length == 21 ) setTimeout("window.document.title='Animierte Seitentitel '; ",1000); parent.window.document.title=tx[wo].substr(0, i) "_"; setTimeout("animatetitle()",100); //数字“100”指每一字符闪烁速度为100毫秒,其改大(小)就闪的慢(快),可自行设置数值 } //以上几行是对标题栏(title)的function为animatetitle的控制过程 animatetitle(); //标题栏(title)中运行animatetitle // --> </script> |
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash