<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
.style1 {
font-family:Arial;
font-weight:bolder;
color:#0066ff;
background-color:#fef4d9;
padding:0px;
border-style:none;
}
.style2 {
color:#0066ff;
border-width:medium;
text-align:center;
border-width:medium;
border-style:none;
}
</style>
<script language="javascript">
<!--
var bar = 0;
var line = "||";
var amount = "||";
function count() {
bar = bar + 2;
amount = amount + line;
document.loading.chart.value = amount;
document.loading.percent.value = bar + "%";
if(bar < 99) {
setTimeout("count()", 100);
} else {
window.location = "http://www.google.com";
}
}
//-->
</script>
</head>
<body onload="count()">
<form name="loading">
<center>
<font color="#0066FF" size="2">
正在截入网页


</font>
<br />
<input type="text" name="chart" size="46" class="style1" />
<br />
<input type="text" name="percent" size="47" class="style2" />
</center>
</form>
</body>
</html>
效果图如下:
——————————————————————————————————————

——————————————————————————————————————
浙公网安备 33010602011771号