?? ggzn.asp
字號:
<table width="172" border="0" cellpadding="0" cellspacing="0" height="18">
<%
dim ggrs
set ggrs=server.createobject("adodb.recordset")
sql = "select top 6 * from zs order by id desc"
ggrs.open sql,conn,1,1
do while not ggrs.eof
%>
<tr>
<td width="177" height="18"><p style="margin-bottom: 0; margin-top:0"><font style="font-size: 9pt">·</font><A href="javascript:win=open('zs.asp?id=<%=ggrs("id")%>','offer','width=560,height=450,status=no,menubar=yes,scrollbars=yes,top=0,left=0'); win.focus()" style="text-decoration: none"><font style="font-size: 9pt"><%=mid(ggrs("biaoti"),1,13)%></font></a></td></tr>
<%
ggrs.movenext
loop
%>
</table>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -