|
|
| 标题栏文字动起来 |
| 整理:Cnwshow.Com 来源:Internet 整理时间:2008-2-16 |
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>标题栏文字动起来.</title>
<SCRIPT LANGUAGE=JAVASCRIPT>
<!--
var msg = "中国个人网页秀:http://www.cnwshow.com";
var speed = 300;
var msgud = " " + msg;
function titleScroll() {
if (msgud.length <msg.length) msgud += " - " + msg;
msgud = msgud.substring(1, msgud.length);
document.title = msgud.substring(0, msg.length);
window.setTimeout("titleScroll()", speed);
}
-->
</SCRIPT>
</head>
<BODY onLoad="window.setTimeout('titleScroll()', 500)">
<p></p>
<p>说明:请看标题栏的效果.</p>
</body>
</html>
|
|
|
|
|
|