| 1234567891011121314151617181920212223242526 |
- <%Session.CodePage=65001%>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <%if session("adxclass")<>"超管" then
- response.Write"<script language='javascript'>alert('您没有权限');history.go(-1);</script>"
- response.End()
- end if%>
- <!--#include file="../bdcommx/connxyz.asp"-->
- <%call log_chk()%>
- <%dim adid
- adid=request("adid")
- idgroup=trim(request.form("idgroup"))
- if idgroup="" or isnull(idgroup) then
- response.write"<SCRIPT language=JavaScript>alert('无匹配!');"
- response.write"this.location.href='adLog.asp';</SCRIPT>"
- response.end
- end if
- conn.execute("delete from adminlog where L_id in ("&idgroup&")")
- conn.close
- set conn=nothing
- response.write"<SCRIPT language=JavaScript>alert('删除成功!');"
- response.write"this.location.href='adLog.asp?adid="&adid&"';</SCRIPT>"
- response.end%>
|