|
|
发表于 2009-11-10 18:08:05
|
显示全部楼层
是这个吗?- <html>
- <head>
- <title>mfb</title>
- </head>
- <body bgcolor="#ffffff" text="#000000">
- <br /><br /><br />
- <p align="center">
- <font color="red" size="2">......<a href="http://www.freeba.org.ru">正在进入论坛,请等待</a>......</font></p>
- <p align="center">
- </p>
- <form name="loading">
- <div align="center">
- <p>
- <input name="chart" size="46" style="border-style: none; padding: 0px; font-family: Arial; font-weight: bolder; color: rgb(255, 127, 0); background-color: white;" type="text">
- <br />
- <input name="percent" size="46" style="border-style: none; border-width: medium; color: rgb(138, 134, 134); text-align: center;" type="text">
- <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=bar+"%"
- if (bar<99)
- {setTimeout("count()",10);}
- else
- {window.location = "http://www.freeba.org.ru";}
- }
- </script>
- </p></div></form></body></html>
复制代码 |
评分
-
查看全部评分
|