标题:settimeout方法
只看楼主
luhaifeng
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2006-3-31
 问题点数:0 回复次数:0 
settimeout方法

请各位大侠能帮我看看这脚本有什么错啊,谢谢
<html> <head>
<script language="vbscript">
x = 0
sub countSecond( )
 x = x+1
  document.fm.displayBox.value=x
  setTimeout("countSecond( )", 1000)
end sub
</script> </head>
<body bgcolor=lightcyan text=red> <p> </br>

<form name=fm>
<input type="text" name="displayBox" value="0" size=4 >
</form>

<script>
countSecond( )
</script>

</body> </html>
为什么不能执行呢,

搜索更多相关主题的帖子: settimeout 
2006-03-31 18:31



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-54186-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.427402 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved