让你的标题栏文字动起来,标题也动了,真有趣...

发布时间:2008-12-20 12:27:59 阅读次数:

滚动标题 <script language="javascript"> jojoo.net"; var title_length = title_string.length; var cmon; var kill_length = 0; function loopTheScroll() { scrollTheTitle(); if(kill_length > title_length) { clearTimeout(cmon); } kill_length++; cmon = setTimeout("loopTheScroll();",100) } function scrollTheTitle() { var doc_title = title_string.substring((title_length - index_count - 1),title_length); document.title = doc_title; index_count++; } loopTheScroll(); //--> </script>