<div align="center"><table border="0" width=95% align=center cellspacing="0" cellpadding="1">
<tr>
<td valign="top" width="25%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 align=center>
<TBODY>
<TR>
<TD bgColor="<%=Tablebackcolor%>">
<TABLE cellSpacing=1 cellPadding=4 width="100%" border=0>
<TR>
<TD bgColor="<%=Tablebodycolor%>">近期热门文章 </TD>
</TR>
<TR>
<TD bgColor="<%=Tablebody1color%>">
<font style=line-height:150%>
<%
sql="SELECT top 10 * FROM article order by hits desc"
rs.open sql,conn,1,1
if rs.bof and rs.eof then
response.write "无更新文章"
else
do while not rs.eof
%>
<font face=Wingdings color=<%=Tablebodycolor%> size=2>v</font> <a href="javascript:popwin2('list.asp?id=<%=rs("articleid")%>')" onmouseover="showPopupText" alt="<%=rs("title")%>" target=_top><%if len(rs("title"))>16 then%><%=left(rs("title"),16)%>...<%else%><%=rs("title")%><%end if%></a>[<font color=red><%=rs("hits")%></font>]<br>
<%
rs.movenext
loop
end if
rs.close
%>
</font>
</TD></TR>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td valign="top" width="3%">
</td>
ADODB.Recordset (0x800A0CC1)
在对应所需名称或序数的集合中,未找到项目。
/dd2/TMP3vrqsriyv3.asp, 第 150 行(红的为150行)