| 标 题 栏 打 字 效 果 特 效 代 码 |
| var message="欢迎使用自助建站2004最新版!"
//specifys the title var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces@150 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(){ window.onload=titler |