ASP 错误 NEXT,请高手帮忙

来源:百度知道 编辑:UC知道 时间:2024/05/28 20:12:04
<TR>
<TD class=t1><%

for i=1 to intPageSize
if rs.eof then exit for
%>
<TABLE height=155 cellSpacing=0 cellPadding=0 align=center border=0>
<TBODY>
<TR align=middle>
<TD width=521 height=139>
<TABLE class=t1 cellSpacing=0 cellPadding=0 width=470 border=0>
<TBODY>
<TR>
<TD class=t1 align=middle width=197 rowSpan=7><A href="productshow.asp?id=<%=trim(rs("p_smallpic"))%>&mnid=<%if showClass<>"none" then %>&classname=<%if showSymbol<>"none" then %>&uppage=<%if showFace<>"none" And showFace<>"Null" then %>" target=_blank><IMG src="UpFile/<%if showSize<>"none" then %>" width=146 vspace=10 border=0></A></TD>
<TD class=t1 width=445 height=22><%if showPric

请检查中间的非单行IF语句是否全部闭合(end if)

代码不完整

rs.movenext 与之对应的代码在哪?

<TR>
<TD class=t1><%
intPageSize =10
for i = 1 to intPageSize
//if rs.eof then exit for
%>
<TD class=t1 align=middle width=197 rowSpan=7><A href="productshow.asp?id=
<%response.write(trim(rs("p_smallpic")))%> & mnid=
<%if showClass<>"none" then %> & classname=
<%if showSymbol<>"none" then %> & uppage=
<%if showFace<>"none" And showFace<>"Null" then %>" target=_blank>
<IMG src="UpFile/
<%if showSize<>"none" then %>
" width=146 vspace=10 border=0></A></TD>
<TD class=t1 width=445 height=22>
<%if showPrice<>"none" then %>
<A href="productshow.asp?id=
<%=trim(rs("p_smallpic")