zoukankan
html css js c++ java
进度条的实现
<
title
>
loadpage
</
title
>
<
meta http
-
equiv
=
"
Content-Type
"
content
=
"
text/html; charset=gb2312
"
>
<
style type
=
"
text/css
"
>
<!--
.unnamed1 { background
-
color: #
000000
}
-->
</
style
>
</
head
>
<
body
>
<
table border
=
0
cellpadding
=
0
cellspacing
=
0
width
=
"
100%
"
height
=
"
100%
"
>
<
tr
>
<
form name
=
loading
>
<
td align
=
center
>
<
p align
=
"
center
"
>&
nbsp;
</
p
>
<
p align
=
"
center
"
><
font color
=
"
#00FF00
"
size
=
"
2
"
></
font
></
p
>
<
p
>
<
input type
=
text name
=
chart size
=
46
style
=
"
font-family:Arial; font-weight:bolder;
color:#00FF00; background-color:black; padding:0px; border-style:none;
"
>
<
br
>
<
br
>
<
input type
=
text name
=
percent size
=
46
style
=
"
font-family:Arial; color:#00FF00;
text-align:center; border-medium; border-style:none;
"
class
=
"
unnamed1
"
>
<
br
>
<
br
>
<
font color
=
"
#00FF00
"
size
=
"
2
"
>
<
script
>
var
bar
=
0
var
line
=
"
||
"
var
amount
=
"
||
"
count()
function
count(){
bar
=
bar
+
2
amount
=
amount
+
line
document.loading.chart.value
=
amount
document.loading.percent.value
=
'正在查询,请稍候
'
if
(bar
<
99
)
{
setTimeout(
"
count()
"
,
50
);
}
else
{
amount
=
""
;
setTimeout(
"
count()
"
,
50
);
bar
=
0
;
}
}
</
script
>
<
noscript
></
noscript
></
font
></
p
>
</
td
>
<!--
//
-->
</
form
>
</
tr
>
</
table
>
</
body
>
</
html
>
保存为 wait.html
//
显示
function checkCard()
{
parent.document.all.wait.height
=
400
;
parent.document.all.cardframe.height
=
0
;
document.location.href
=
'
Customer_Service01.aspx
'
;
}
function hide_wait()
{
parent.document.all.wait.height
=
0
;
parent.document.all.cardframe.height
=
document.body.scrollHeight;
document.body.style.overflow
=
"
hidden
"
;
}
</
script
>
</
HEAD
>
<
body onload
=
"
hide_wait()
"
MS_POSITIONING
=
"
GridLayout
"
>
//
隐藏
https://files.cnblogs.com/gwazy/%E8%BF%9B%E5%BA%A6%E6%9D%A1.rar
查看全文
相关阅读:
20150212-2015
SM30维护视图添加按钮
SAP保存操作记录CDHDR和CDPOS表
20150123-慢慢
20150124-轻轻
维护 物料主数据 号码段
ABAP DEMO-2018
工具
幽门螺杆菌资料收集
MySQL 8 连接时出现 1251 和 2059 错误
原文地址:https://www.cnblogs.com/gwazy/p/138395.html
最新文章
Python学习笔记之在Python中实现单例模式
hibernateTemplate HibernateDaoSupport不建议在Spring与Hibernate整合中使用
Spring Hibernate4 整合配置文档
Spring中注解事务方面的问题
spring事务注解
JdbcTemplate增删改查
Spring3.0 AOP 详解
Hibernate查询效率对比
mysql数据库表间内外链接详解
mysql 内外链接
热门文章
js 习题
js 随机数
Combobox 下拉框赋值
DateTimePicker 控件置空
sql日期提取
C#斐波那契数列方法
C#鸡翁百鸡
c#仿照qq登录界面编辑框内容操作
20150121-自律
20150104-夜深 ,人不静。
Copyright © 2011-2022 走看看