<%
rs.PageSize =""&TD_downclass&""
iCount=rs.RecordCount
iPageSize=rs.PageSize
maxpage=rs.PageCount
page=b
if Not IsNumeric(page) or page="" then
page=1
else
page=cint(page)
end if
if page<1 then
page=1
elseif page>maxpage then
page=maxpage
end if
rs.AbsolutePage=Page
if page=maxpage then
x=iCount-(maxpage-1)*iPageSize
else
x=iPageSize
end if
end if
%>
<%'以下显示分页
call PageControl(iCount,maxpage,page,"border=0 align=center","
|
<%
if i mod 1 =0 then
response.Write "|||||||||
") rs.close set rs=nothing %>
栏目导航
- <%=TD_download_fl%>