BS页面等待效果(一)

原文:

http://topic.csdn.net/u/20081111/09/ae2ae23d-9943-4b17-8fbc-2ea4fd86141c.html 

<html>
……
<td>
<div id="LayerShowLoading" style="Z-INDEX: 1; VISIBILITY: hidden; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%">
<table height="450" width="100%">
<tr>
<td align="center">
<OBJECT VIEWASTEXT>
<embed src="../images/swf/loading.swf" quality="high" type="application/x-shockwave-flash"
width="200" height="80"> </embed>
</OBJECT>
</td>
</tr>
</table>
</div>
</td>
……
</table>
</form>
<script language="javascript">
<!--
document.getElementById("LayerShowLoading").style.visibility="hidden";
//-->
</script>
</body>
</html>

页面加载时
this.imgBtnSearch.Attributes.Add("onclick","MM_showHideLayers('LayerShowLoading','','show');");

posted on 2008-11-12 15:08  冷月孤峰  阅读(455)  评论(0)    收藏  举报