ASP进度条

oubao 2004-11-24 02:49:30
我在提交一个页面进行数据录入时,时间很长,请问能否用进度条来显示,“正在进行数据录入,请等候”的字样,该怎么写?
...全文
206 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
oubao 2004-11-24
  • 打赏
  • 举报
回复
这个是我提交后的页面吗?
yqh1314 2004-11-24
  • 打赏
  • 举报
回复
哎呀` 是在什么地方呢! 谢谢!
boy7420 2004-11-24
  • 打赏
  • 举报
回复
呵呵.不好意思
刚刚看了一下
有百分比.!!!
boy7420 2004-11-24
  • 打赏
  • 举报
回复
有没有能显示百分比的进度条?
boy7420 2004-11-24
  • 打赏
  • 举报
回复
呵呵.跟我刚才的问题一样!!!
tpf9000 2004-11-24
  • 打赏
  • 举报
回复
<html><title>loadpage</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<style type="text/css">

<!--

.unnamed1 { background-color: #000000}

-->

</style>

</head>

<body>

<table border=0 cellpadding=0 cellspacing=0 width="100%" height="100%">

<tr>

<form name=loading>

<td align=center>

<p align="center"> </p>

<p align="center"><font color="#00FF00" size="2"></font></p>

<p>
<input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder;

color:#00FF00; background-color:black; padding:0px; border-style:none;">
<br>
<br>
<input type=text name=percent size=46 style="font-family:Arial; color:#00FF00;

text-align:center; border-width:medium; border-style:none;" class="unnamed1">
<br>
<br>
<font color="#00FF00" size="2" >
<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
{
alert("载入完毕")
window.location = "http://www.csdn.net";
}

}

</script>

<noscript></noscript></font></p>

</td>

<!--//-->
</form>

</tr>

</table>

</body>

</html>

28,390

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧