js弹出图层锁定页面

 方法1

<SCRIPT language="javascript">
<!--
function lock(menu)       //锁定函数
{menu.style.display="none"?'':''; //打开蒙版
document.cookie="lock=yes";   //设置cookies,使锁定长期有效,
lockpwd.focus();        //密码框直接获取焦点
}

function unlock(menu)      //解锁函数
{
menu.style.display=""?'none':'none'; //去除蒙版,达到解锁
document.cookie="lock=no";    //设置cookie
return false;
}

function cklock()         //对输入的密码进行验证
{  
if (lockpwd.value==getcookie('lockpwd')) //验证密码与cookie密码
{ unlock(lockform);}
else
{alert("密码错误,请重新输入!");
lockpwd.value="";
lockpwd.focus();
return false;}
}
function getcookie(name)       //获取cookies,用来验证输入的密码
{
    var aCookie = document.cookie.split("; ");   //取得所有cookies,并放置到数组中:[cookie名=值]
    for (var i=0; i < aCookie.length; i++)     //遍历所有cookies
{
   aCrumb = aCookie[i].split("=");     //将cookie名和值分开
    if (name==aCrumb[0])        //验证cookie名
    { return aCrumb[1]; }        //返回cookie值
}
}
-->
</script>
<style>
<!--
body{overflow-y:visible;overflow-x:visible; }
body,div,input{text-align:center;font-size:10pt;font-face:微软雅黑;}
input{height:20;}
#lockbtn{float:left;margin-left:50px;cursor:hand;}
#lockform,#locklayer{
position: absolute;
width:expression(this.parentNode.scrollWidth);
top:expression(this.parentNode.scrollTop);
left=0; height:100%;right:0; bottom:0;
}
#lockform { z-index:1}
#locklayer{ z-index:1;background-color:#AAA;filter:alpha(opacity=50);}
#locktab{
position: absolute;
top:250px;left:expression(this.parentNode.scrollWidth/2-100);
background-color:#FDFEFF; z-index:2;width:200px;height:60px;
border-style: solid; border-width: 1px;border-color:green;color:red;
}
#lockck{border:0;background:fff;color:red;}
-->
</style>

<body>
<div id="lockbtn" οnclick="lock(lockform);">锁定</div>
<div id="lockform" style="display:none;">
<div id="locklayer"></div>
<div id="locktab">
<input id="lockck" type="submit" value="请输入解锁密码:" οnfοcus="cklock();" >
<div><input id="lockpwd" type="password" name="lockpwd" οnfοcus="this.value=''" size=16></div>
</div>
</div>
</body>

 

方法2

<!DOCTYPE   html   PUBLIC   "-//W3C//DTD   XHTML   1.0   Strict//EN"  
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  
  <html   xmlns="http://www.w3.org/1999/xhtml"   xml:lang="gb2312"   >  
  <script>  
  function   _debug(msg)  
  {  
  alert(msg);  
  document.getElementById('search').focus();  
  }  
  </script>  
   
  <head   οnlοad="javascript:_debug(aa);">  
  <meta   http-equiv="content-type"   content="text/html;   charset=gb2312"   />  
  <meta   name="author"   content="Smiling   Dolphin"   />  
  <meta   name="keywords"   content="design,   css,   cascading,   style,   sheets,   xhtml,   graphic   design,   w3c,   web   standards,   visual,   display,   java,   javascript,   c++,   php,   jsp,   asp,   py,   pl"   />  
  <meta   name="description"   content="my   favorites   language."   />  
  <meta   name="robots"   content="all"   />  
  <title>Dolphin   Document</title>  
  </head>  
  <body>  
  <input   type="button"   value="显示Alert"   οnclick="alert('我改写了Alert显示的样式')"   />  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <input   name   =   "search"   id="search"   type="text"   />  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <p>abc</p>  
  <script   language="javascript"   type="text/javascript">  
  window.alert   =   function(txt)  
  {  
  //document.write(txt);  
  var   shield   =   document.createElement("DIV");  
  shield.style.position   =   "absolute";  
  shield.style.left   =   "0px";  
  // shield.id   =   "shield";  
  shield.style.top   =   "0px";  
  shield.style.width   =   "100%";  
  shield.style.height   =   document.body.clientHeight+"px";  
  shield.style.background   =   "#333";  
  shield.style.textAlign   =   "center";  
  // shield.style.lineHeight   =   document.body.clientHeight+"px";  
  shield.style.zIndex   =   "1";  
  shield.style.filter   =   "alpha(opacity=0)";  
  var   alertFram   =   document.createElement("DIV");  
  alertFram.style.position   =   "absolute";  
  alertFram.style.left   =   "50%";  
  alertFram.style.top   =   "50%";  
  alertFram.style.marginLeft   =   "-225px";  
  alertFram.style.marginTop   =   "-75px";  
  alertFram.style.width   =   "450px";  
  alertFram.style.height   =   "150px";  
  alertFram.style.background   =   "#ccc";  
  alertFram.style.textAlign   =   "center";  
  alertFram.style.lineHeight   =   "150px";  
  alertFram.style.zIndex   =   "2";  
  strHtml     =   "<ul   style=/"list-style:none;margin:0px;padding:0px;width:100%/">/n";  
  strHtml   +=   " <li   style=/"background:#DD828D;text-align:left;padding-left:20px;font-weight:bold;height:25px;line-height:25px;border:1px   solid   #F9CADE;/">[系统提示]</li>/n";  
  strHtml   +=   " <li   style=/"background:#fff;text-align:center;font-weight:bold;height:120px;line-height:120px;border-left:1px   solid   #F9CADE;border-right:1px   solid   #F9CADE;/">"+txt+"</li>/n";  
  strHtml   +=   " <li   style=/"background:#FDEEF4;text-align:center;font-weight:bold;height:25px;line-height:25px;   border:1px   solid   #F9CADE;/"><input   type=/"button/"   value=/"确   定/"   οnclick=/"doOk()/"   /></li>/n";  
  strHtml   +=   "</ul>/n";  
  alertFram.innerHTML   =   strHtml;  
  document.body.appendChild(alertFram);  
  document.body.appendChild(shield);  
  var   c   =   0;  
  this.doAlpha   =   function(){  
  if   (c++   >   10){clearInterval(ad);return   0;}  
  shield.style.filter   =   "alpha(opacity="+c+");";  
  }  
  var   ad   =   setInterval("doAlpha()",20);  
  this.doOk   =   function(){  
  alertFram.style.display   =   "none";  
  shield.style.display   =   "none";  
  }  
  }  
  </script>  
   
  </body>  
  </html>  

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值