为什么asp中用户管理登陆验证用中文用户名会错误呢(英文不会)?
用户帐号存在access数据库中,
if password=rs("Password") and username=rs("UserName") then
response.cookies("adminok")="ok"
response.cookies("UserName")= username
response.redirect "ok.asp"
end if
...全文
25回复打赏收藏
为什么asp中用户管理登陆验证用中文用户名会错误呢(英文不会)?
为什么asp中用户管理登陆验证用中文用户名会错误呢(英文不会)? 用户帐号存在access数据库中, if password=rs("Password") and username=rs("UserName") then response.cookies("adminok")="ok" response.cookies("UserName")= username response.redirect "ok.asp" end if