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