为什么少END语句

来源:百度知道 编辑:UC知道 时间:2024/05/05 21:55:20
为什么少END语句?其它地方没错啊.
就是在下面程序中.
<!--#include file="../Inc/Conn.asp"-->
<!--#include file="../Inc/articleCHAR.INC"-->
<!--#include file="../Inc/Ubbcode.asp"-->

<%
if session("dltrue")<>"true" then
response.redirect "login.asp"
response.end
end if
if session("cpgl")<>"1" then
response.write "对不起,您没有产品管理权限!"
response.end
end if
if request("Submit")<>"" then
%>
<html>
<head><STYLE type=text/css>.t9pt {
FONT-SIZE: 9pt
}
A {
COLOR: black; FONT-SIZE: 9pt; FONT-STYLE: normal; TEXT-DECORATION: none
}
A:hover {font-style:normal;text-decoration:none;font-size:9pt;color:red
}
A:active {
COLOR: #00ccff; FONT-SIZE: 9pt; FONT-STYLE: normal; TEXT-DECORATION: underline
}
TABLE {

4楼你误人子弟.
end if
if request("Submit")<>"" then
%>
end

if i>=MaxPerPage then exit do
end if
还有在程序的最后面打个<%end if%>

if request("Submit")<>"" then
这个if没有end if~~

在call CloseConn() 前面加入end if

将你的错误提示贴出来看看啊...