弹出层的提示框2

样式表:

  1. body
  2. {
  3.     margin:0;
  4.     padding:0;
  5. }
  6. #topFill
  7. {
  8.     display:none;text-align:center;
  9.     position:absolute;
  10.     z-index : 999;
  11.     filter:alpha(opacity=50);
  12.     background-color:#eee;
  13.     opacity: 0.5;
  14.     -moz-opacity: 0.5;width:100%;
  15. }
  16. #alertBox
  17. {
  18.     margin:auto;
  19.     height:150px;
  20.     width:300px;
  21.     background-color:#cf0;
  22.     text-align:left;
  23.     border:1px solid #666
  24. }
  25. #alertTitle
  26. {
  27.     height:20px;
  28.     background-color:#EDF8B8;
  29.     line-height:20px;
  30.     padding:0 10px;
  31.     border-bottom:1px solid #71860D
  32. }
  33. #alertContent
  34. {
  35.     padding:42px 0;
  36.     text-align:center;
  37. }
  38. #alertBtn
  39. {
  40.     text-align:center;
  41. }
  42. #alertBtn input
  43. {
  44.     margin:0 10px;
  45.     background:#FFFF99;
  46.     border:1px solid #fff;
  47.     height:20px;
  48.     line-height:20px;
  49. }

 

前台代码:

  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head>
  3.     <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  4.     <title>无标题文档</title>
  5.     <link href="StyleSheet_13.css" rel="stylesheet" type="text/css" />
  6.     <script type="text/javascript">
  7.     //document.documentElement.clientHeight+'px'
  8.     //  onload的时候声明对象
  9.     var obj = new Object;
  10.     function oload()
  11.     {
  12.         obj = document.getElementById('topFill');
  13.         obj.style.display = 'none';
  14.     }
  15.     function cl()
  16.     {
  17.         document.body.style.overflow = 'hidden';
  18.         documentdocument.body.style.height = document.documentElement.clientHeight + 'px';
  19.         obj.style.display = 'block';
  20.         obj.style.height = document.documentElement.clientHeight + 'px';
  21.     }
  22.     function bcl()
  23.     {
  24.         document.body.style.overflow = '';
  25.         obj.style.display = 'none';
  26.     }
  27.     function oresize()
  28.     {
  29.         if(obj.style.display != 'block')
  30.         {
  31.               
  32.         }
  33.         else
  34.         {
  35.             cl();   
  36.         }
  37.    }
  38.    function isno(str)
  39.    {
  40.         if (str == 'yes')
  41.         {
  42.             window.close();
  43.         }
  44.         else 
  45.         {
  46.            bcl();
  47.         }
  48.     }
  49.     </script>
  50. </head>
  51. <body onload="oload()" onresize="oresize()">
  52.     <form id="form1" runat="server">
  53.         <div id="topFill">
  54.             <div id="alertBox">
  55.                 <div id="alertTitle">
  56.                     警告!</div>
  57.                 <div id="alertContent">
  58.                     你确定要退出吗?</div>
  59.                 <div id="alertBtn">
  60.                     <input type="button" value="是(Y)" onclick="isno('yes')" /><input type="button" value="否(N)"
  61.                         onclick="isno('no')" /></div>
  62.             </div>
  63.         </div>
  64.         <input type="text" id="textaaa" />
  65.         <input type="button" value="点我" onclick="cl()" />
  66.     </form>
  67. </body>
  68. </html>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值