<%
if page=1 then
response.write("<span class=style3>LAST PAGE</span> ")
else
response.write("<a href=picture_show.asp?ty_01=product&typeid="&typeid&"&id="&id&"&page="&page-1&"><span class=style3>LAST PAGE</span> </a>")
end if
if page=cou then
response.write("<span class=style3>NEXT PAGE</span> ")
else
response.write("<a href=picture_show.asp?ty_01=product&typeid="&typeid&"&id="&id&"&page="&page+1&"><span class=style3>NEXT PAGE</span> </a>")
end if
%>
不知道为什么这儿的分页代码会乱.经常跑到其它的系列产品图那儿.例如点"下一页"应该还是在A系列的产品进行轮回展示的.但却跑到了B系列的产品图.不知那个转接代码那儿错了.