| 编程中国 | 业界新闻 | 技术文章 | 视频教程 | 下载频道 | 程序源码 | 个人空间 | 编程论坛
全能ASP/PHP/ASP.NET主机,支持月付专业 MSSQL 数据库空间,支持月付专业 MySQL 数据库空间,支持月付赛孚耐:软件保护加密专家
身份认证令牌USB KEY   
共有 134 人关注过本帖
标题:在对应所需名称或序数的集合中,未找到项目。
收藏  订阅  推荐  打印 
kaiiy
Rank: 1
等级:新手上路
帖子:2
积分:120
注册:2007-11-15
在对应所需名称或序数的集合中,未找到项目。

<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%">&nbsp;
</td>

ADODB.Recordset (0x800A0CC1)
在对应所需名称或序数的集合中,未找到项目。
/dd2/TMP3vrqsriyv3.asp, 第 150 行(红的为150行)

搜索更多相关主题的帖子: 序数  名称  项目  
2007-11-15 10:02
kaiiy
Rank: 1
等级:新手上路
帖子:2
积分:120
注册:2007-11-15

有没有人帮帮忙啊.... ..
2007-11-15 11:04
关于我们 | 广告合作 | 编程中国 | 清除Cookies | Archiver | WAP | TOP

编程中国 版权所有,并保留所有权利。鲁ICP备08000592号
Powered by Discuz, Processed in 0.055415 second(s), 9 queries.
Copyright©2004-2008, BCCN.NET, All Rights Reserved