mask.html

来自「精美javascript仿XP对话框,客户端与后台调用均无问题,后台调用时防止I」· HTML 代码 · 共 50 行

HTML
50
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- saved from url=(0014)about:internet -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
#a33 {
	background-color: blue;
}
.STYLE1 {color: #999900; height:190px;}
-->
</style>
<script src="prototype.js"></script>
<script src="mask.js" charset="GBK" id="mask"></script>
<script>
try
{        
//if (提交)classMask.showMsg("234","ee");
}
catch(e){alert(e);classMask.hideMsg();}
</script>
</head>

<body >
  <div style=" position:relative; width:100%; text-align:center; background-color:#993300; margin:0 auto; height:20px; z-index:1000;">
  <input type="button" name="ii7" id="ii7" value="按钮7" onclick="classMask.Mask(false);alert(classMask.errMsg);" />
  </div>
<div id="dsdsd" style="height:100px;background-color: yellow; ">此处显示  id "aaa1" 的内容
  <label >
  <input type="button" name="iii" id="iii" value="按钮6" onclick="classMask.Mask(true);alert(classMask.errMsg);" />
  </label>
   <label >
  <input type="button" name="ii2" id="ii2" value="showbox" onclick="classMask.showMsg('磊内容内容内容');" />
  </label> 
</div>
<div id="a33" >
  <p class="STYLE1">此处显示  id "a33</p>
  
  <p class="STYLE1">" 的内容</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
</div>


</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?