『 更新时间:2008-02-17 』『 字体:大 中 小 』『 作者:佚名 | 来源:模板无忧 』
有什么问题请到评论中发表<br> <!-- http://www.mb5u.com/jscode --> <!-- bbs http://www.mb5u.com/bbs--> <!-- 要完成此效果把如下代码加入到<body>区域中 --> <form name="loading"> <div align="left"> <p><font color="#0000ff"><input name="chart" size="37" style="background-color: black; color: #FF0000; font-family: Arial; font-weight: bolder; border-style: none; padding: 0px"><br><input name="percent" size="53" style="background-color: black; color: #FFFFFF; text-align: left; border-style: none; border-width: medium"> </font> <SCRIPT> var bar = 0 var line = "||" var amount ="||" count() function count(){ bar= bar+3 amount =amount + line document.loading.chart.value=amount document.loading.percent.value=bar+"%" if (bar<99) {setTimeout("count()",100);} else {window.location = "http://www.mb5u.com";} //要链接的页面 } </SCRIPT> <!-- 第二步:把“onload="Splash()"”加在<body>标记里 --> 例如:<body onload="Splash()"> MB5u.com__模板无忧