manage.asp页开头判断是否管理员权限是则显示该页,不是则跳转到a.asp
if session("userqx")<>"super" then response.redirect("a.asp")
response.end
end if
页面总是跳到a.asp页,即使userqx是super也依然跳转,请帮忙!!
if session("userqx")<>"" then if session("userqx")<>"super" then response.redirect("a.asp") response.end end if
else response.redirect("a.asp") response.end
end if
'再不行,只能当面传授了。