asp设置页面访问权限时错误
manage.asp页开头判断是否管理员权限是则显示该页,不是则跳转到a.aspif session("userqx")<>"super" then response.redirect("a.asp")
response.end
end if
页面总是跳到a.asp页,即使userqx是super也依然跳转,请帮忙!!
2013-07-14 17:35
2013-07-14 20:38
2013-07-14 21:58
2013-07-15 20:24

2013-07-17 09:54
2013-07-17 10:55

2013-07-17 16:01
2013-07-17 17:22