English
<!-- http://www.downcodes.com/js --> <!-- bbs http://www.downcodes.com/bbs--> <HTML><HEAD><TITLE>Flashing picture </TITLE> <META http-equiv=Content-Type content="text/html; charset=gb2312"> <SCRIPT> function blinkOn(obj) { if(obj.filters.alpha.opacity==100) obj.filters .alpha.opacity=0 else obj.filters.alpha.opacity=100 setTimeout("blinkOn(myimg)",200) } </SCRIPT> <META content="MSHTML 6.00.3790.186" name=GENERATOR></HEAD> <BODY onload=blinkOn(myimg)><IMG id=myimg style="FILTER: alpha(opacity=100)" src="/img/200406302.jpg"> <P>200 specifies the blinking frequency, 100 refers to the picture Completely opaque, 0 means the picture is completely transparent</P></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>