Dict.CN 在线词典, 英语学习, 在线翻译

三种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 
19var line = "||" 
20var amount ="||" 
21count() 
22function count()
23bar= bar+2 
24amount =amount + line 
25document.loading.chart.value=amount 
26document.loading.percent.value=bar+"%" 
27if (bar<99
28{setTimeout("count()",200);} 
29else 
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
posted @ 2007-04-04 11:45  无名-小卒  阅读(172)  评论(0)    收藏  举报