heking520 2008-1-12 02:26
显示在IE上面的文字特效
把下面的代码加在<head>里
<script language="JavaScript1.2">
var message="☆我爱你☆欢迎你的光临,请多提意见,多多支持本站! 请记住本站的域名 [url=http://free.2259.com/]http://free.2259.com/[/url]" //specifys the title
var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 [email=spaces@150]spaces@150[/email] each = 1.5seconds.
i="0" //declares the variable and sets it to start at 0
var temptitle="" //declares the variable and sets it to have no value yet.
var speed="150" //the delay in milliseconds between letters
function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i) //sets the initial title
temptitle=temptitle+message.charAt(i) //increases the title by one letter
i++ //increments the counter
if(i==message.length) //determines the end of the message
{
i="0" //resets the counter at the end of the message
temptitle="" //resets the title to a blank value
}
setTimeout("titler()",speed) //Restarts. Remove line for no-repeat.
}
window.onload=titler
</script>
Neverflowers 2008-1-18 11:29
男子汉即使遇到超级无聊的帖子…也不能错过
owersggli 2008-4-22 01:15
继续支持
继续支持没话说~ 楼主真强
-------------------------
Supply Cheap [url=http://www.gogoer.fr]wow gold[/url] to our loyal customers. Buy [url=http://www.gamelee.fr]wow gold[/url] now, we have available stock of [url=http://www.tbcgold.fr]wow gold[/url]on most of the servers. We can provide really cheap [url=http://www.gamelee.de]wow gold[/url]. Enjoy a new [url=http://www.gogoer.de]wow gold[/url] life, We are a world class wow gold store online !
xukelu1989 2008-4-23 14:59
楼主写的不错哈..来学习一下了..