English
<!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs--> <SCRIPT> var speed=300; function m() { whattext.innerText="new" setTimeout("e()",speed) } function e() { whattext.innerText="" setTimeout("m()",speed) } </SCRIPT> <BODY onload=m( )> <DIV id=whattext style="FONT-SIZE: 34pt; COLOR: blue"></DIV>speed specifies the frequency of font flashing. You can replace new with the text you want to use. Be sure to add it to the body. Onload statement</SCRIPT></BODY></HTML> <br><br><br> <p><font color=red>//Author: Nanyang Institute of Technology Software School, Ren Binyu Contact: 0377- 3114024,0373-7916269 authorizes this site to publish. </font></p>