‹‹ 上一主题 |下一主题 ››
发新话题
打印

ASP登陆提交处理文件的问题end if缺少参数

<%
   end if

rs.close
set rs=nothing

   end sub


sub listPages()
if n <= 1 then exit sub
%>
麻烦大家帮我看看上面这段代码。哪里错了,为什么运行的时候它提示Microsoft VBScript 编译器错误 (0x800A0400)
缺少语句
/wellgoo/admin/book2.asp, line 143
end if
^
请问怎么样解决这个问题???

TOP

别听楼上的。

<%
end if

rs.close
set rs=nothing

end sub


sub listPages()
if n <= 1 then exit sub
%>
你写在这的代码不全怎么看咯

TOP

sub listPages()
if n <= 1 then exit sub
%>

上面也要有个<% 吧?

TOP

‹‹ 上一主题 | 下一主题 ››