![]() |
#2
elongtown2013-07-14 20:38
|
manage.asp页开头判断是否管理员权限是则显示该页,不是则跳转到a.asp
if session("userqx")<>"super" then response.redirect("a.asp")
response.end
end if
页面总是跳到a.asp页,即使userqx是super也依然跳转,请帮忙!!