asp 循环语句错误
<SCRIPTLANGUAGE="vbscript">functionaddfile()dimstrstr="<table>"ifnotIsNumeric(window....
<SCRIPT LANGUAGE="vbscript">
function addfile()
dim str
str="<table>"
if not IsNumeric (window.form1.filenum.value) then window.form1.filenum.value =1
for i=1 to window.form1.filenum.value
str=str&"<tr><td height='30' align='right'>图片"&i&":</td><td><input name='file"&i&"' type='file' value size='20' /></td></tr>"
next
if i=10 then exit for -----------------错误行window.uptd.innerHTML =str&"</table>"
end function
</SCRIPT>
我想要让i=10的时候跳出循环并提示超出限制,怎么写啊?麻烦高手指教 展开
function addfile()
dim str
str="<table>"
if not IsNumeric (window.form1.filenum.value) then window.form1.filenum.value =1
for i=1 to window.form1.filenum.value
str=str&"<tr><td height='30' align='right'>图片"&i&":</td><td><input name='file"&i&"' type='file' value size='20' /></td></tr>"
next
if i=10 then exit for -----------------错误行window.uptd.innerHTML =str&"</table>"
end function
</SCRIPT>
我想要让i=10的时候跳出循环并提示超出限制,怎么写啊?麻烦高手指教 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询