我这个在登陆后台后,一点操作,他马上就弹出:你还没有登陆
<%
call hacker()
if session("superlogin")<>yecao then
response.Write "<script>alert('依依花园提示:您还没有登陆!');this.location.href='index.asp';</script>"
Response.End
end if
if session("superadmin")<>"art" then
if session("superadmin")<>"admin" then
response.Write "<script>alert('\n错误提示:您的权限不足!\n\n您不是文章管理员!');this.location.href='index.asp';</script>"
Response.End
end if
end if
%>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="STYLESHEET" type="text/css" href="img/admin.css">
<script src=img/adminjs.js></script>