DIY部落 >>  网页设计 >> web技术文章 >>  正文
打开页面的等待源代码
www.diybl.com 时间:2007-10-21 作者:佚名 编辑:本站 点击: [评论]

<form name=loading>
<p align=center>
<font color="#0066ff" size="2" face="Arial">正在打开,请稍等...</font><input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:#0066ff; background-color:#fef4d9; padding:0px; border-style:none;"> <br> <input type=text name=percent size=47 style="color:#0066ff; text-align:center; border-width:medium; border-style:none;">

<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://www.sendsong.cn";}
}</script></p></form>


以上摘自 http://www.sendsong.net 



发表评论
昵 称: 
校验码: 看不清?点击更换
如果图片或页面不能正常显示请点击这里

频道地图
最新教程
新  闻
相关教程文章
本栏目热门教程
DIY部落简介 | 广告合作 | 联系方式 | 网站地图 | 版权声明 | 收藏本站 | 问题报告
web技术文章