| <%KS=5
for i=1 to np.pagesize
if np.eof then exit for
%> | |
<%if i mod KS=0 then
response.write " "
end if
np.movenext
next
end if
np.Close
Set np = Nothing%><%If Gosterme=0 then%>
<%else%>
<% Dim intCurrentPage, intLastPage
intLastPage = sayfa
Call PageNav(intCurrentPage, intLastPage)%>
<%end if%>
|