一个能对访问者进行编号、记录访问次数、IP、时(3)


if rs("cs")=1 then cs1=cs1+1 
if rs("cs")>=100 then cs100+1 
if datevalue(rs("dat"))=date then  
  csdat1=csdat1+1 
end if 
rs.movenext 
loop 
ZS=RS.RECORDCOUNT 
'*****************************************************8以下一段程序用于分页显示 
%> 

<head> 
<title>卓越电脑统计</title> 
</head> 

<body style="font-size: 9pt" bgcolor="#D8EDF8"> 

共有<%Response.Write zs%>条记录,现在是第<%Response.Write page3%>页    每页显示:[<a href="dispcont.asp?pag=<%=page3%>&pa=15">15]条、[<a href="dispcont.asp?pag=<%=page3%>&pa=20">20]条、[<a href="dispcont.asp?pag=<%=page3%>&pa=30">30]条、[<a href="dispcont.asp?pag=<%=page3%>&pa=40">40]条         
[<a href="dispcont.asp">刷新]       
<div align="left">                         
      <table border="0" cellpadding="0" style="font-size: 9pt">                               
        <tr><td>页码</td><%page2=1 
for i=1 to zs step pages 
if page3=cstr(page2) then 
%><td >[<%Response.Write page2%>]</td>                               
        <% else %>                               
       <td ><a href="dispcont.asp?pag=<%Response.Write page2%>">[<%Response.Write page2%>]</td>                               
        <% end if 
page2=page2+1 
next 
sn=pages*(page3-1) '当前记录号=每页显示数*页数-每页显示数 
if sn>zs then sn=0                         

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/3059.html