页面遮掩层

<html>

<head>

<script type="text/javascript">

function WaitFor() {

 
    var x = screen.width / 2 - 120;
    var y = screen.height / 2 - 100;
    var waitfor = document.getElementById("waitfor");
    var innerText = '<div  id="sub_waitfor" style=" Filter:Alpha(Opacity=50);position: absolute; width:' + (document.body.clientWidth + 10) + 'px;height:' + (document.body.clientHeight + 10) + 'px;top:' + (document.body.scrollTop) + 'px;left:1px;background-color: #C4C4C4;">'
    innerText += '<table bordercolor="#FF9966" bgcolor="#f3f3f3" style="progid:DXImageTransform.Microsoft.Shadow(Color=#333333,Direction=120,strength=5);width:300px;height:50px;margin-top:' + y + 'px;margin-left:' + x + 'px;" border="1" cellspacing="0" cellpadding="0">';
    innerText += '<tr valign="top" height="100%">';
    innerText += '<td align="center" bgcolor="#FF8C00">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font style="font-weight: bold;font-size:14pt;" color="#0000AA">Wait for loading ......</FONT><br>&nbsp;&nbsp;&nbsp;&nbsp;<img width="185" height="8" src="http://localhost/Website/images/loading.gif" />';
    innerText += '</td>';
    innerText += '</tr>';
    innerText += '</table>';
    innerText += '</div>';
    waitfor.innerHTML = innerText;
}
function WaitForOut() {
    var waitfor = document.getElementById("waitfor");
    waitfor.innerHTML = "";
}
</script>
</head>

<body>

<input type="button" οnclick="WaitFor();" value="ok">

<div id="waitfor"></div>

</body>
</html>

转载于:https://www.cnblogs.com/yipeng-yu/archive/2012/12/01/2797471.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值