<%
onceki=sayf-1
sonraki=sayf+1
if sayf=1 then
%>
<%
else
%>
<%
if (Request.QueryString("yetkiye"))="bak" then
%>
<% else %>
<% end if %>
<% end if %> |
<%
sayfa=rs.recordcount/15
sayfa2=INT(sayfa)
sayfa3=sayfa2+1
%>
[ <%=rs.recordcount%> ] Adet kayıt [ <%=sayfa3%> ] Adet sayfa
görüntülendi bulunduğunuz sayfa [ <%=sayf%> ] |
<%
if (Request.QueryString("yetkiye"))="bak" then
%>
<% if rs.recordcount<15 then %>
<% end if %>
<% if rs.recordcount>15 then %>
<% end if %>
<% else %>
<% if rs.recordcount<15 then %>
<% end if %>
<% if rs.recordcount>15 then %>
<% end if %>
<% end if %>
 |