就是操作错误的时候,谈出一个东西来提示
背景变黑,只要不关闭提示,就让他不能继续操作页面
就是操作错误的时候,谈出一个东西来提示
背景变黑,只要不关闭提示,就让他不能继续操作页面
运行时禁止页面操作 收藏
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<div id="doing" runat="server">
<div >
<table height="100%" width="100%">
<tr>
<td vAlign="bottom"></td>
</tr>
</table>
</div>
<div >
<table height="100%" width="100%">
<tr>
<td vAlign="bottom">
<table height="5%" width="100%" bgColor="orange">
<tr>
<td align="center">Loading...<IMG height="16" src="../../image/spinner.gif" width="16" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
this.txt_msCode.Attributes.Add("onchange","javascript:document.getElementById('doing').style.visibility='visible';");
弹出层啊,就是说, 用户进行了错误操作, 然后弹出一个层把整个网页全部覆盖, 然后再弹出一个层提示:用户操作错误, 当用户关闭提示后, 就把层隐藏