<!--#include file="conn.asp"-->
<%response.buffer=true%>
<html>
<body bgcolor=#c1f7d8>
<center>
<%
set rstemp=server.createobject("adodb.recordset")
dim strname,strpassword,sql
strname=Trim(request.form("uname"))
strpassword=Trim(request.form("password"))
sql="select * from guanliyuan where uname='" & strname & "'"
rstemp.open sql,conn,1,3
if strname="" then
response.write "帐号不能为空<p></p>"
%>
<a href=javascript:history.back()>上一页</a>
<%
response.end
end if
if strpassword="" then
response.write "密码不能为空<p></p>"
%>
<a href=javascript:history.back()>上一页</a>
<%
response.end
end if
if rstemp.RecordCount=1 then
if Trim(rstemp("password"))= strpassword then
session("uname")=strname
response.redirect "manage.asp"
else
%>
<a href=javascript:history.back()>密码错误 请重新输入</a>
<%
end if
else
%>
<a href=javascript:history.back()>账号错误 请重新输入</a>
<%
response.end
end if
rstemp.close
set rstemp=nothing
%>
</body>
</html>
做的asp动态网站 始终显示密码不能为空 求救!!!
答案:2 悬赏:30 手机版
解决时间 2021-12-31 06:17
- 提问者网友:我一贱你就笑
- 2021-12-30 06:17
最佳答案
- 五星知识达人网友:一把行者刀
- 2021-12-30 06:55
我暂时保留我的看法!
全部回答
- 1楼网友:鸠书
- 2021-12-30 08:01
我暂时保留我的看法!
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯