C让按钮只能点击一次--层覆盖.docVIP

  • 0
  • 0
  • 约1.54千字
  • 约 3页
  • 2017-06-07 发布于重庆
  • 举报
C让按钮只能点击一次--层覆盖

head id=Head1 runat=server //只允许点一次按钮 function ScreenWaiting() { var o; var x, y; x = screen.availWidth; y = screen.availHeight; o = document.getElementById(pWaiting); o.style.width = x; o.style.height = y; o.style.visibility = visible; o.style.top = 0; o.style.left = 0; o.getFoucs; } /script style type=text/css .snake { background: Silver; filter: alpha(opacity=50); /*IE*/ -moz-opacity: 0.5; /*MOZ , FF*/ opacity: 0.5; /*CSS3, FF1.5*/ position: absolute; visibility: hidden; text-align: center; } /style /head form id=form1 runat=server div id=LoadingDiv style=border-right: #999999 1px; border-top: #999999 1px; font-size: 12px; z-index: 99; left: 221px; visibility: hidden; vertical-align: middle; border-left: #999999 1px; width: 173px; border-bottom: #999999 1px; font-family: Arial, Helvetica, sans-serif; position: absolute; top: 142px; table class=LoadingDivCss width=170px height=50px tr td img src=../images/loading.gif //td td font color=#000000正在处理您的请求....../font/td /tr /table /div div align=left /div /form

文档评论(0)

1亿VIP精品文档

相关文档