把下面的代码加入博客后台的链接管理的文本书签的描述里就可以,红色部分是需要您修改的.
<SCRIPT LANGUAGE="JavaScript"> <!-- Begin function wh_showStatus(){ if (wh_StatusType == "left") { wh_StatusText = " " + wh_StatusText; } else if (wh_StatusType == "right") { wh_StatusText = wh_StatusText.substring(1,wh_StatusText.length); } if (wh_StatusText == "" || wh_StatusText.length > 80) { wh_StatusText = "欢迎光临美丽家园,hehe将为您创造一个精彩的世界!"; if (wh_StatusType == "right") { while (wh_StatusText.length < 80) wh_StatusText = " " + wh_StatusText; } } window.status = wh_StatusText; setTimeout("wh_showStatus()",wh_StatusSpeed); } wh_StatusText = "欢迎光临美丽家园,hehe将为您创造一个精彩的世界!"; wh_StatusSpeed = 200; wh_StatusType = "right"; if (wh_StatusType == "right") { while (wh_StatusText.length < 80) wh_StatusText = " " + wh_StatusText; } setTimeout("wh_showStatus()",wh_StatusSpeed); // End --> </SCRIPT> |
你可以使用这个链接引用该篇文章 http://publishblog.blogchina.com/blog/tb.b?diaryID=3653309
|
- 评论人:anonymous
2006-09-17 09:43:26
|
|||
|
||||
|
- 评论人:anonymous
2006-09-17 09:38:42
|
|||
好 |
||||