PHP 滚动标题

LsevenTT站群哥 广告代码PHP 滚动标题已关闭评论3,082阅读模式

 

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<title>lseven滚动标题</title>

<script language="javascript">

var title_string = "lseven让你的标题栏文字动起来,标题也动了";

var title_length = title_string.length;

var index_count = 0;

var cmon;

 

function scrollTheTitle()

{

var doc_title = title_string.substring(index_count, title_length);

document.title = doc_title;

index_count++;

}

 

function loopTheScroll()

{

scrollTheTitle();

if(index_count >= title_length)

{

index_count = 0;

//clearTimeout(cmon);

}

cmon = setTimeout("loopTheScroll();",300)

}

loopTheScroll();

//-->

</script>

</head>

</html>

文章末尾固定信息

weinxin
我的微信
我的微信
微信扫一扫
 
LsevenTT站群哥
  • 本文由 LsevenTT站群哥 发表于 2013年1月14日 21:56:03
  • 转载请务必保留本文链接:https://lseventt.net/archives/18.html