?? shyhl.asp
字號:
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="770">
<tr>
<td bgcolor="#FF9900" height=2 colspan="3"></td>
</tr>
<tr>
<td width=2 bgcolor="#FF9900"></td>
<td width=766 bgcolor="#F0f0f0" style="line-height:150%" valign="middle" align="center">
<%
set rs=server.createobject("adodb.recordset")
sql="select * from logo where showorno=1 order by id"
rs.open sql,conn,1,1
if rs.eof or bof then
response.write""
else
i=0
do while not rs.eof or bof
i=i+1
%>
<a href=<%=rs("url")%> target=_blank><img src=<%=rs("logo")%> border=0 width=88 height=33 title=<%=rs("title")%>></a>
<%
rs.movenext
if i>7 then
response.write"<br>"
i=0
end if
loop
end if
rs.close
set rs=nothing
%></td>
<td width=2 bgcolor="#FF9900"></td>
</tr>
<tr>
<td bgcolor="#FF9900" height=2 colspan="3"></td>
</tr>
</table>
</center>
</div>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -