⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mask.html

📁 精美javascript仿XP对话框,客户端与后台调用均无问题,后台调用时防止IE提示“internet explore 无法打开internet站点 已终止操作” 支持IE,火狐浏览器
💻 HTML
字号:
<!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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -