- 0
- 0
- 约1.54千字
- 约 3页
- 2017-06-07 发布于重庆
- 举报
C让按钮只能点击一次--层覆盖
head id=Head1 runat=server
//只允许点一次按钮
function ScreenWaiting() {
var o;
var x, y;
x = screen.availWidth;
y = screen.availHeight;
o = document.getElementById(pWaiting);
o.style.width = x;
o.style.height = y;
o.style.visibility = visible;
o.style.top = 0;
o.style.left = 0;
o.getFoucs;
}
/script
style type=text/css
.snake
{
background: Silver;
filter: alpha(opacity=50); /*IE*/
-moz-opacity: 0.5; /*MOZ , FF*/
opacity: 0.5; /*CSS3, FF1.5*/
position: absolute;
visibility: hidden;
text-align: center;
}
/style
/head
form id=form1 runat=server
div id=LoadingDiv style=border-right: #999999 1px; border-top: #999999 1px; font-size: 12px; z-index: 99; left: 221px; visibility: hidden; vertical-align: middle; border-left: #999999 1px; width: 173px; border-bottom: #999999 1px; font-family: Arial, Helvetica, sans-serif; position: absolute; top: 142px;
table class=LoadingDivCss width=170px height=50px
tr
td
img src=../images/loading.gif //td
td
font color=#000000正在处理您的请求....../font/td
/tr
/table
/div
div align=left
/div
/form
您可能关注的文档
- 高中语文综合检测.doc
- 高中音乐教案).doc
- 高二(下)5月考生物试卷(含答案).doc
- 高二_热学.doc
- 高二上化学期中(临沂).doc
- 高二上化学期中(临淄).doc
- 高二中段理科数学试题.doc
- 高二会考班复习资料3学生用题(学为).doc
- 高二化学会考复习六铁铜硅及其化合物.doc
- 高二化学假期作业3.doc
- 2026年及未来5年内中国液体氩气行业投资前景及策略咨询研究报告.docx
- 2026年及未来5年内中国黄铜合页行业投资前景及策略咨询研究报告.docx
- 2026年及未来5年内中国竹工艺家具行业投资前景及策略咨询研究报告.docx
- 2025年中国微机数显自动分析仪市场调查研究报告.docx
- 2026年及未来5年内中国微尘白色粉笔行业投资前景及策略咨询研究报告.docx
- 2025年中国微电脑型压胶机市场调查研究报告.docx
- 2026年及未来5年内中国数字化等功游泳训练测试系统行业投资前景及策略咨询研究报告.docx
- 2025年中国圆形花瓶市场调查研究报告.docx
- 2026年及未来5年内中国植物纤维静淀过滤器行业投资前景及策略咨询研究报告.docx
- 2025年中国超音波手套机市场调查研究报告.docx
原创力文档

文档评论(0)