| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 450 人关注过本帖
标题:ASP产品展示程序运行不了
只看楼主 加入收藏
zjwlhxy
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2007-5-14
收藏
 问题点数:0 回复次数:2 
ASP产品展示程序运行不了

这段程序为什么运行不了,各位知道的大哥麻烦帮忙看看
<!--#include file="ConnDB.asp"-->
<html>
<head>
<title>无标题文档</title>
</head>
<BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<table width="320" height="160" border="0" cellpadding="0" cellspacing="0">
<%
Dim rs
set rs = server.createobject("adodb.recordset")
sql="select top 6 * from Goods where typeid=2 order by Id desc"
'sql="select * from Goods order by Id desc"
rs.open sql,conn,1,1
if rs.eof then
response.write "<tr><td align=center>目前还没有软件。<br></td></tr>"
else
dim pageSize
dim top
rs.PageSize =6 '每页记录条数
iCount=rs.RecordCount '记录总数
iPageSize=rs.PageSize
maxpage=rs.PageCount
page=request("page")
top=1
end if%>
<%
do while not rs.eof and top<6
%>
<tr align="center">
<% if not rs.eof then %>
<td width="32%" height="80" align="center" valign="top"><img src="admin/images/<%=rs("imageFile")%>" width="48" height="48" border="0"><BR><%=rs("Model")%></td>
<%top=top+1
rs.movenext
end if
%>

<% if not rs.eof then %>
<td width="32%" height="80" align="center" valign="top"><img src="admin/images/<%=rs("imageFile")%>" width="48" height="48" border="0"><BR><%=rs("Model")%></td>
<%top=top+1
rs.movenext
end if
%>
<% if not rs.eof then %>
<td width="32%" height="80" align="center" valign="top"><img src="admin/images/<%=rs("imageFile")%>" width="48" height="48" border="0"><BR><%=rs("Model")%></td>
<%top=top+1
rs.movenext
end if
%>

</tr>
<% if top>6 then exit do
loop
end if
rs.Close
set rs=nothing
%>
</table>
</body>
</html>

搜索更多相关主题的帖子: ASP 展示 运行 
2007-08-16 16:56
rtc
Rank: 2
等 级:新手上路
威 望:4
帖 子:590
专家分:0
注 册:2007-6-6
收藏
得分:0 

显示错误??!!!!!!!!

2007-08-16 17:10
zjwlhxy
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2007-5-14
收藏
得分:0 

就显示不了,不是显示错误

2007-08-16 17:15
快速回复:ASP产品展示程序运行不了
数据加载中...
 
   



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

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