<!--#include file="conn.asp"-->
<%zh=request.Form("zh")%>
<%mm=request.Form("mm")%>
<%
zh1=session("zh")
%>
<%
set rs=server.CreateObject("adodb.recordset")
str="select * from [账户表]"
conn.execute str
rs.open str,conn,1,1
if(rs("帐号")==zh and rs("密码")==mm) then
response.Write("正确")
end if
conn.close
set conn=nothing
%>
Microsoft VBScript 编译器错误 (0x800A03EA)
语法错误
/atm/yanzhen.asp, line 12, column 12
if(rs("帐号")==zh and rs("密码")==mm) then
-----------^
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.1)