📄 tuijian.asp
字号:
<table border="0" width="770" cellspacing="0" cellpadding="0">
<tr>
<td width="567" valign="top" style="border-bottom: 3px solid rgb(230,230,230)"><table
border="0" width="100%">
<tr>
<td width="25%" valign="top"><table border="0" width="100%" cellspacing="0"
cellpadding="0">
<tr>
<td width="100%" height="45"><img src="../images/pic-050.gif" width="134" height="41"><br>
</td>
</tr>
<tr>
<%sql="select * from news2_commend where menuid='003008' and visible<>'0' order by infoindex "
rs.Open sql,conn,3,1
if not rs.EOF then%>
<td width="30%" valign="top" enctype=multipart/form-data><p align="center">
<a href="../looknews.asp?menuid=<%=rs("menuid")%>&infoid=<%=rs("infoid")%>" target="_blank" class="l2">
<img src="<%=smallpicUrl%><%=rs("smallpic")%>" width="120" height="150" border="0">
<%=rs("newstitle")%>
</a></td>
<%end if
rs.close%>
</tr>
</table>
</td>
<td width="75%"><ul>
<%sql="select * from news2_commend where menuid='003007' and visible<>'0' order by infoindex "
rs.Open sql,conn,3,1
if not rs.EOF then
for i=1 to rs.RecordCount
%>
<li><a class="l7"
href="../looknews.asp?menuid=<%=rs("menuid")%>&infoid=<%=rs("infoid")%>"
target="_blank"><%=rs("newstitle")%></a><%=" ["&rs("derivation")&"]"%> <br>
</li>
<%rs.MoveNext
next
end if
rs.Close
%></ul>
</td>
</tr>
</table>
</td>
<td width="213" valign="top"
style="border-right: 3px solid rgb(230,230,230); border-bottom: 3px solid rgb(230,230,230)"><table
border="0" width="100%" cellpadding="0">
<tr>
<td width="100%"
style="border-right: 3px none rgb(0,0,0); border-top: 3px none rgb(0,0,0)" colspan="2"><img
src="../images/pic-006.jpg" width="213" height="240"></td>
</tr>
<tr>
<td width="20%" style="border-right: 3px none rgb(0,0,0)" valign="top"></td>
<td width="80%" style="border-right: 3px none rgb(0,0,0)"></td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -