admin_gdel.asp
上传用户:comthink
上传日期:2021-05-06
资源大小:1280k
文件大小:5k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

HTML/CSS

  1. <!--#include file="conn.asp"-->
  2. <!-- #include file="inc/const.asp" -->
  3. <title><%=txl_info(0)%>--管理页面</title>
  4. <!--#include file="inc/admin_css.asp"-->
  5. <meta NAME=GENERATOR Content="Microsoft FrontPage 3.0" CHARSET=GB2312>
  6. <BODY leftmargin="0" bottommargin="0" rightmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#DDEEFF">
  7. <%
  8. if not supermaster or session("flag")="" then
  9. Errmsg=Errmsg+"<br>"+"<li>本页面为管理员专用,请<a href=admin_index.asp target=_top>登陆</a>后进入。<br><li>您没有管理本页面的权限。"
  10. call txl_error()
  11. response.end
  12. end if
  13. if request("action")="savedel" then
  14. call savedel()
  15. elseif request("action")="timedel" then
  16. call timedel()
  17. else
  18. call main()
  19. end if
  20. sub main()
  21. %>
  22. <table cellpadding="2" cellspacing="1" border="0" width="95%" class="tableBorder" align=center>
  23. <tr>
  24. <th colspan=5 height=23>留言批量删除</th>
  25. </tr>
  26. <tr>
  27. <td class=txlrow colspan=5>注意事项:①点删除按钮将删除所选定的留言,此操作是不可逆的,请谨慎操作;<br>