新微赢技术网
标题:
分页问题
[打印本页]
作者:
﹫.★…ㄨ★
时间:
2010-1-17 08:32
标题:
分页问题
<tr><td align="center">
第<%for i=1 to rs.PageCount%>
<a href="admin_modify.asp&page=<%=i%>">
<%if i=page then
response.write "<font color=#ff0000>" + cstr(i) + "</font>"
else
response.write "[<font color=#ff0000>"+cstr(i)+"</font>]"
end if%></a>
<%next%>
页</font>
</td></tr>
---------------------------------------
上面代码出现的错误提示:
错误类型:
Microsoft VBScript 编译器错误 (0x800A0410)
循环控制变量 'for' 无效
/website/admin_modify.asp, line 51, column 5
for i=1 to rs.PageCount
----^
----------------------------------------
请指点
作者:
huangbo88
时间:
2010-1-22 13:05
还没崇拜过谁呢,满足一下愿望吧,谢谢!
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2