zoukankan
html css js c++ java
UpdateProgress之用半透明DIV加居中的提示进行时.
<!
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
>
<
html
>
<
head
>
<
title
>
Untitled
</
title
>
</
head
>
<
body
>
<
div
style
="position:absolute;100%;height:100%;overflow:hidden;background-color: #fff;filter:alpha(opacity=50); opacity: 0.5;-moz-opacity:0.5;"
>
</
div
>
<
div
style
="position:absolute;border:solid 1px blue;margin-top:20%;text-align:center;100%;"
>
<
img
src
="#"
/>
正在处理中
..
</
div
>
<
div
id
="list"
>
<
table
id
="Table1"
cellspacing
="0"
cellpadding
="0"
align
="center"
border
="0"
width
="100%"
>
<
tr
>
<
td
align
="center"
>
<
fieldset
>
<
legend
>
查询条件
</
legend
>
<
table
id
="Table2"
cellspacing
="0"
cellpadding
="0"
width
="98%"
border
="0"
>
<
tr
>
<
td
width
="10%"
>
用户名称
</
td
>
<
td
width
="13%"
><
input
name
="ctl00$placeContent$UserList1$tbName"
type
="text"
id
="ctl00_placeContent_UserList1_tbName"
/></
td
>
<
td
width
="10%"
>
用户卡号
</
td
>
<
td
width
="13%"
><
input
name
="ctl00$placeContent$UserList1$tbCardNumber"
type
="text"
id
="ctl00_placeContent_UserList1_tbCardNumber"
/></
td
>
<
td
width
="10%"
>
用户状态
</
td
>
<
td
width
="13%"
>
<
select
name
="ctl00$placeContent$UserList1$ddlState"
id
="ctl00_placeContent_UserList1_ddlState"
>
<
option
selected
="selected"
value
="0"
>
正常
</
option
>
<
option
value
="1"
>
禁用
</
option
>
<
option
value
="2"
>
锁定
</
option
>
<
option
value
="3"
>
删除
</
option
>
</
select
>
</
td
>
</
tr
>
<
tr
>
<
td
colspan
="6"
style
="height: 30px"
>
<
input
type
="submit"
name
="ctl00$placeContent$UserList1$btnSearch"
value
=" 查询 "
id
="ctl00_placeContent_UserList1_btnSearch"
/>
</
td
>
</
tr
>
</
table
>
</
fieldset
>
</
td
>
</
tr
>
</
table
>
<
div
>
</
div
>
<!--
AspNetPager V6.0.0 for VS2005 Copyright:2003-2006 Webdiyer (www.webdiyer.com)
-->
<!--
记录总数只有一页,AspNetPager已自动隐藏,若需在只有一页数据时显示AspNetPager,请将AlwaysShow属性值设为true!
-->
<!--
AspNetPager V6.0.0 for VS2005 End
-->
</
div
>
<
div
id
="operation"
>
<
input
type
="button"
value
="返回"
onclick
="GoBack()"
/>
</
div
>
</
body
>
</
html
>
QQ:273352165 evlon#126.com 转载请注明出处。
查看全文
相关阅读:
樊登读书 增长黑客
樊登读书 不妥协的谈判
樊登读书 反脆弱 MD
樊登读书 思考快与慢
JS常见的API扩展形式(prototype、jquery、vue插件封装)以及怎样设计出易扩展的表单验证功能?
[JS设计模式]:策略模式及应用-计算奖金、表单验证的实现(5)
JS之Math.sin与Math.cos介绍及应用-实现鼠标点击后的烟花效果
webpack系列-externals配置使用(CDN方式引入JS)
vue+webpack工程中怎样在vue页面中引入第三方非标准的JS库或者方法
2-class.com
原文地址:https://www.cnblogs.com/evlon/p/809316.html
最新文章
net.sf.jsqlparser.statement.select.PlainSelect.getGroupByColumnReferences()Ljava/util/List;
mysql出现unblock with 'mysqladmin flush-hosts'
redis集群搭建
Handler dispatch failed; nested exception is java.lang.OutOfMemoryError: GC overhead limit exceeded
There is no normal TM
ubuntu16.04防火墙开启
AndroidStudio封装SDK的那些事
Windows系统下搭建Git本地代码库
启动spring boot项目时报错:java.lang.ClassNotFoundException: javax.servlet.Filter
linux上tomcat启动没问题,访问不了项目
热门文章
[Kotlin Unit test] Spek & Mock
[Kotlin] Using Kotlin from Java
[Kotlin] Using Java from Kotlin
[Kotlin] Companion object with @JvmStatic
[Kotlin] Method expressions
[Kotlin] companion object == static method
[Kotlin] Shorthand syntax for FP
[Kotlin] Using High Order Function
[Kotlin] Exercise for Map
[Kotlin] Working with Map
Copyright © 2011-2022 走看看