显示加裁进度条并实现调转到另一页的特效

添加时间:11-06-20 所属分类:HTML网页,JS语言与代码
  转载自http://www.dyunr.com/wytxdm/yemiantexiao/201010/486.html

[code]
<html>
<head>
<title>正在载入...</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
<table border=0 cellpadding=0 cellspacing=0 width="100%" height="100%">
<tr>
<form name=loading>
<td align=center>
<p><font color=gray>正在载入【<a class="channel_keylink" href="http://www.ad208.com" target="_blank">www.ad208.com</a>】,请稍候.......</font></p>
<p>
<input type=text name=chart size=46 style="font-family:Arial;
font-weight:bolder; color:gray;
background-color:white; padding:0px; border-style:none;">
<br>
<input type=text name=percent size=46 style="font-family:Arial;
color:gray; 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.ad208.com";}
}
</script>
</p>
</td>
</form>
</tr>
</table>
</body>
</html>
[/code]
请将www.ad208.com替换成你的网址,
[code]{setTimeout("count()",100);} [/code]
中的100可以改为你希望设置的时间。

前篇:页面加载完后自动调转代码 后篇:很漂亮的加载进度条+自动调转到相应页面
发表我的评论


推荐文章   重庆版“桃姐”:91岁保姆随91岁雇主生...   海归女生山区支教2年 离开前找好“接班...   老济南味哪去了?300多老地名仅存三分之...   一套手指小体操可调节脏腑   大山里的80后理发师:骑车义务理发 8年...
随机文章   【CSS】三列布局(左右div固定宽度,中...   移动页面自适应手机屏幕宽度   页面鼠标点击特效   飘荡在页面左下角的蒲公英   data:image/png;base64是什么
广告

其他推荐

因为本站所有内容均转载自其它媒体,本意为公众提供免费服务,但并不代表本网赞同其观点,也不能对其真实性验证负责,如稿件版权单位或个人不想在本网发布,请与我联系,本人会立即将其撤除,谢谢.联系方式:atseashawk@163.com QQ:99289555