% name=request.form("name") pwd=request.form("pwd") if name="" or pwd="" then response.write"" response.end end if %>