ASP高手帮我看看,这个放在网络服务器上为什么解出来完全空白的,已经验证数据库连接正确 20

<%setrs=server.createobject("adodb.recordset")iftrim(request("index"))=""andtrim(requ... <%
set rs=server.createobject("adodb.recordset")
if trim(request("index"))="" and trim(request("DataRate"))="" and trim(request("Wavelength"))="" then
sqltext="select * from products where class='"&request("xid")&"' order by px asc"
end if
rs.open sqltext,conn,1,1

dim MaxPerPage
MaxPerPage=8
dim text,checkpage
text="0123456789"
Rs.PageSize=MaxPerPage
for i=1 to len(request("page"))
checkpage=instr(1,text,mid(request("page"),i,1))
if checkpage=0 then
exit for
end if
next

If checkpage<>0 then
If NOT IsEmpty(request("page")) Then
CurrentPage=Cint(request("page"))
If CurrentPage < 1 Then CurrentPage = 1
If CurrentPage > Rs.PageCount Then CurrentPage = Rs.PageCount
Else
CurrentPage= 1
End If
If not Rs.eof Then Rs.AbsolutePage = CurrentPage end if
Else
CurrentPage=1
End if
%>

<%

r_c=1
Sub list()
i=0
Do While Not rs.EOF%>
<a class="p1" href="products_xq.asp?id=<%=rs("id")%>" >
<%=rs("PackageStyle")%>
</a>

<%
i=i+1
if i >= MaxPerpage then exit do
rs.MoveNext
r_c=r_c+1
Loop
end Sub
call list
%>

<%next%>
展开
 我来答
取个名肿麻烦
2015-09-17 · TA获得超过252个赞
知道小有建树答主
回答量:823
采纳率:50%
帮助的人:427万
展开全部
自己用response.write和response.end一步步调试,看问题出在哪里。
揭戈雅s2
2015-09-14 · TA获得超过514个赞
知道小有建树答主
回答量:8621
采纳率:0%
帮助的人:2331万
展开全部
asp代码帮调试修改
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式