📄 dbph.asp
字号:
<!--#include file="conn.asp"-->
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../images/style.css" rel="stylesheet" type="text/css">
</head>
<div align="center">
<table border="0" width="164" cellspacing="0" cellpadding="0" id="table29" height="20" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<% set rs = server.createobject("adodb.recordset")
sql="select top 8 * from Playbill order by hits desc"
set rs=conn.execute(sql)
%>
<%
i=1
do while not rs.eof
%>
<td align=Center><b Style='Color:#FF6900'><%=i%></td>
<td width=70%><a href=../html/557.html class=mName><%=rs("title")%></td>
<td width=20% Align=Center><%=rs("hits")%></td>
</tr>
<%i=i+1
rs.movenext
loop
set rs=nothing%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -