📄 zhuanti.asp
字号:
<table border="0" width="90%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><img src="../images/pic-060.gif" width="153" height="30"></td>
</tr>
<tr>
<td width="100%"
style="border-left: 3px solid rgb(159,32,124); border-right: 3px solid rgb(159,32,124); border-bottom: 3px solid rgb(159,32,124)">
<table border="0" width="100%">
<% '输出相关专题图片推荐
sql="select top 3 * from news2_specialcommend where menuid='010011' and visible<>'0' order by infoindex "
rs.Open sql,conn,3,1
if not rs.EOF then
for i=1 to rs.RecordCount
%>
<tr>
<td width="70%"><p align="center"><%if not isnull(rs("smallpic")) then%>
<a href="../zhuanti/index.asp?infoid=<%=rs("infoid")%>" target="_blank">
<img src="<%=smallpicUrl%><%=rs("smallpic")%>" width="100" height="70" border="0"></a>
<%end if%><span style="font-size: 14px"><strong><br>
</strong></font><font color="#0000FF"><a class="l2" href="../zhuanti/index.asp?infoid=<%=rs("infoid")%>" target="_blank"><font color="#ff0000"><%=rs("newsTitle")%></a></font></span></td>
</tr>
<tr>
<td width="70%"><%showbody(rs("introduction"))%></td>
</tr>
<tr>
<td width="70%"><p align="right">
<a href="../zhuanti/index.asp?infoid=<%=rs("infoid")%>" target="_blank" class="l2"><font color="#ff0000">详细内容>>></font></a></td>
</tr>
<%rs.MoveNext
next
end if
rs.Close %>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -