| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 579 人关注过本帖
标题:在对应所需名称或序数的集合中,未找到项目。
只看楼主 加入收藏
kaiiy
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2007-11-15
收藏
 问题点数:0 回复次数:1 
在对应所需名称或序数的集合中,未找到项目。

<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
专家分:0
注 册:2007-11-15
收藏
得分:0 
有没有人帮帮忙啊.... ..
2007-11-15 11:04
快速回复:在对应所需名称或序数的集合中,未找到项目。
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.024583 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved