三种JavaScript进度条3
1
<HTML>
2
<HEAD>
3
<TITLE>yaosansi</TITLE>
4
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
5
</HEAD>
6
<BODY BGCOLOR="#EAEAEA">
7
8
9
<form name=loading>
10
<table border=0 cellpadding=0 cellspacing=0 width="100%" height="100%">
11
<tr>
12
<TD align="center" valign="top">
13
<p><FONT color="000000" face="Arial"><BR>
14
页面载入中,请等待</FONT></p>
15
<p><input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:black; background-color:#EAEAEA; padding:0px; border-style:none;">
16
<br>
17
<input type=text name=percent size=46 style="font-family:Arial; color:black; background-color:#EAEAEA;text-align:center; border-width:medium; border-style:none;">
18
<script>var bar = 0
19
var line = "||"
20
var amount ="||"
21
count()
22
function count(){
23
bar= bar+2
24
amount =amount + line
25
document.loading.chart.value=amount
26
document.loading.percent.value=bar+"%"
27
if (bar<99)
28
{setTimeout("count()",200);}
29
else
30
{window.location = "http://www.yaosansi.com/";;}
31
}
32
</script></p></TD>
33
</tr>
34
</table>
35
</FORM>
36
37
38
<</BODY>
39
</HTML>
40
<HTML>2
<HEAD>3
<TITLE>yaosansi</TITLE>4
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">5
</HEAD>6
<BODY BGCOLOR="#EAEAEA">7

8

9
<form name=loading>10
<table border=0 cellpadding=0 cellspacing=0 width="100%" height="100%">11
<tr>12
<TD align="center" valign="top">13
<p><FONT color="000000" face="Arial"><BR>14
页面载入中,请等待</FONT></p>15
<p><input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:black; background-color:#EAEAEA; padding:0px; border-style:none;">16
<br>17
<input type=text name=percent size=46 style="font-family:Arial; color:black; background-color:#EAEAEA;text-align:center; border-width:medium; border-style:none;">18
<script>var bar = 0 19
var line = "||" 20
var amount ="||" 21
count() 22
function count(){ 23
bar= bar+2 24
amount =amount + line 25
document.loading.chart.value=amount 26
document.loading.percent.value=bar+"%" 27
if (bar<99) 28
{setTimeout("count()",200);} 29
else 30
{window.location = "http://www.yaosansi.com/";;}31
}32
</script></p></TD>33
</tr>34
</table>35
</FORM>36

37

38
<</BODY>39
</HTML>40




浙公网安备 33010602011771号