浏览器下角状态栏显示的语句代码一

2008-01-27

1、“骄傲到无法自拔。”这句话出来再回去。

<SCRIPT language=JavaScript>
<!--
var text1="  骄傲到无法自拔。     "
comeback=0
cometo=0
function dis(){
window.status=text1.substring(0,cometo)
if(comeback==1){
cometo--;
if(cometo==0){comeback=0}
} else {cometo++;if(cometo==text1.length){comeback=1}}
window.status=text1.substring(0,cometo)+""
if(cometo==text1.length){window.setTimeout("dis()",1000);} else {window.setTimeout("dis()",50);}
}
dis()
// -->
</SCRIPT>






╰εїз゚ Comments >>>

╰εїз゚ Write Comments >>>

姓名 Name 
邮箱 E-mail 
主页 Website