<HTML>
<HEAD>
<META http
<TITLE>無標題文檔</title>
</HEAD>
<BODY>
<IMG id="imgId" style="visibility:visible " src="LOGO
<SCRIPT language="javascript">
function showImg()
{
if(imgId
//如果可見
imgId
else
imgId
//設置圖像可見
setTimeout(
//間隔的毫秒
}
showImg();
</SCRIPT>
</BODY>
</HTML>
From:http://tw.wingwit.com/Article/program/Java/JSP/201311/20516.html