常用的页面载入提示效果

<form name=loading>
<P align=center> </P>
<P align=center> 感谢新老用户的支持,网页特效网全新改版后隆重登场!</P>
<P align=center> </P>
<P align=center><FONT face=Arial color=#0066ff size=2>已经完成:</FONT>   
<INPUT style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bolder; PADDING-BOTTOM: 0px; COLOR: #0066ff; BORDER-TOP-style: none; PADDING-TOP: 0px; FONT-FAMILY: Arial; BORDER-RIGHT-style: none; BORDER-LEFT-style: none; BACKGROUND-COLOR: white; BORDER-BOTTOM-style: none" size=46 name=chart>
    <BR>
    <INPUT
style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; COLOR: #0066ff; BORDER-BOTTOM: medium none; TEXT-ALIGN: center"
size=47 name=percent>
    <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()",100);}
else
{window.location = "http://taobwnz.sinaapp.com/";}
}</SCRIPT>
</P>
</form>

posted @ 2012-11-15 21:43  tmscnz  阅读(134)  评论(0编辑  收藏  举报