<%
action=request("action")
if action="action" then
username=Trim(request("username"))
password=Trim(request("password"))
if username="shhqzl" and password="123321" then
session("user")="www"
response.Redirect "czsc1.asp"
response.end
else
%>
<%
response.end
end if
end if
%>