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 转载请注明出处。
查看全文
相关阅读:
状态机
折半查找函数
宽字符与多字符相互转换
安装交叉编译工具
make menuconfig提示'make menuconfig' requires the ncurses libraries.
IIC总线
关于文字编码
傅里叶变换
韦东山视频_第27课_dma设备驱动程序
linux内核宏之——-PERF_ALIGN
原文地址:https://www.cnblogs.com/evlon/p/809316.html
最新文章
C#的ArrayList与JS的push,转字符串逗号分隔
json元素顶部插入unshift、尾部插入push、顶部获取shift、尾部获取pop
linux下关于防火墙命令(记录)
linux centos下安装php7版本
linux下基于laravel框架基础上安装后台管理系统laravel-admin(1.4)
记一次linux下安装laravel步骤
linux下编译安装php7(兼容现有的php5.6版本)
linux 下安装thinkphp5.1框架(使用composer安装)
Linux 下安装 composer(centos6.8)
linux centos下搭建宝塔服务器后台管理
热门文章
linux禁止root用户直接登录以及新增登录用户
linux下mysql数据备份和导入
linux系统移植(一)
linux下交叉编译器制作
STM32外扩SRAM
临界区和开关中断的区别
TQ2440之触摸屏
励志语录1
TQ2440之LCD
TQ2440之Nand flash
Copyright © 2011-2022 走看看