?? 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 + -