?? jr.asp
字號(hào):
?<!--#include file="../66hc.asp"-->
<card id="login" title="今日最多">
<p>
<%
set rs0=server.createobject("ADODB.Recordset")
Sql0="select * from [66hc_url] order by [66hc_jr] desc"
rs0.open Sql0,conn,1,1
rs0.PageSize=20
page=CLng(Request("page"))
if page<1 then
page=1
End if
if page>rs0.pagecount then
page=rs0.pagecount
End if
if rs0.recordcount=0 then
response.write("暫無內(nèi)容<br/>")
else
rs0.absolutepage=page
if page=1 then
bihao=0
else
bihao=page*pag-pag
End if
For i=1 to pag
bihaocont=bihaocont+1
%>
<%=bihao+bihaocont%>.<%if rs0("zt")=1 then%><a href='../url.asp?o=<%=o%>&wid=<%=rs0("66hc_id")%>'><%=ubb(rs0("66hc_name"))%></a><br/><%else%><%=ubb(rs0("66hc_name"))%><br/><%end if%>
<%
rs0.Movenext
if rs0.EOF then Exit for
Next
End if
response.write "(" & Page & "/" & rs0.PageCount & ")" & "共" & rs0.RecordCount & "个"
If Page<rs0.PageCount then
Response.Write "<a href='jr.asp?sb="&sb&"&o="&o&"&page=" & (page+1) & "'>[下頁]</a>"
End if
If page>1 then
Response.Write " <a href='jr.asp?sb="&sb&"&o="&o&"&page=" & (page-1) & "'>[上頁]</a>"
End if
rs0.close
set rs0=nothing
%>
<!--#include file="../66hcw.asp"-->
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -