浏览器下角状态栏显示的语句代码一
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 >>>
怎么改都没反应呢
555
放在CSS :)
(2008-05-18 16:16:24)
你放在哪里了?
(2008-04-21 10:03:44)