📄 jinqu.asp
字号:
<p> </p>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><img src="../images/pic-105.gif" width="167" height="47"></td>
</tr>
<tr>
<td width="100%"><div align="right"><table border="0" width="157" cellspacing="0"
cellpadding="0" bgcolor="#F4A0BD">
<tr>
<td width="100%"><div align="center"><center>
<table border="0" width="96%">
<%sql="select * from news2_review where menuid='007014' and visible='1' order by infoindex "
rs.Open sql,conn,3,1
if not rs.EOF then
for i=1 to rs.RecordCount
%>
<tr>
<td width="100%" bgcolor="#E2007F"><font color="#FFFFFF"> <%=trim(cstr(i))%>.<a class="l8"
href="../looknews.asp?menuid=<%=rs("menuid")%>&infoid=<%=rs("infoid")%>"
target="_blank"><span class="l6"><%=rs("newstitle")%></span></a> </font></td>
</tr>
<%rs.MoveNext
next
end if
rs.Close
%>
</table>
</center></div></td>
</tr>
<tr>
<td width="100%"><p align="right"><font color="#FFFFFF"><img src="../images/pic-104.gif"
width="10" height="4"></font></td>
</tr>
</table>
</div></td>
</tr>
</table>
<p><br>
</p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -