<% okpassword = "wxy" password = request.form("paw") if password <> okpassword then errorHTMLresponse.end end if okHTML%> <%sub errorHTML()%>HTML代码 错误<%end sub%><%sub okHTML()%>HTML代码 成功<%end sub%>