为什么我用分页函数显示access备注内容时第一页可以正常显示,后面就会转到第一记录的内容去, 25

我的分页函数如下:functionlistbody(scontent)dimarrbody,pagesifInstr(scontent,"[NextPage]")<=0t... 我的分页函数如下:function listbody(scontent)
dim arrbody,pages
if Instr(scontent,"[NextPage]")<=0 then
response.write scontent
'response.write "</p><p align='center'><font color='red'><b>[1]</b></font></p>"
else
CurPage=request("CurPage")
arrbody=split(scontent,"[NextPage]")
pages=Ubound(arrbody)+1
if CurPage="" then
CurPage=1
else
CurPage=Cint(CurPage)
end if
if CurPage<1 then CurPage=1
if CurPage>pages then CurPage=pages
response.write arrbody(CurPage-1)
response.write "<div align=center>"
for i=1 to pages
if i=Curpage then response.write "[<font color=red>"&i&"</font>] " else response.write "[<a href=edetail.asp?id="&id&"&CurPage="&i&"> "&i&" </a>] "
next
response.write "</div>"
end if
End function
不好意思,我是新手,对语言不大懂
问题已经自己解决了
展开
 我来答
zwh202342
2007-11-23 · TA获得超过971个赞
知道大有可为答主
回答量:1417
采纳率:0%
帮助的人:1267万
展开全部
那我接分了,呵呵,下次有好事来叫我!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式