|
|
| Products |
 | <%if not rs_pro.eof and not rs_pro.bof then
if int(pageno)=int(countpage) then
last=rs_pro.recordcount-1
else
last=(pageno-1)*pagesizes+pagesizes-1%><%end if%><%for i=begin to last%>
<%rs_pro.movenext%><%next%><%end if%><%rs_pro.close
set rs_pro=nothing%> |