delete_today_archives_success.jsp
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:0k
源码类别:

电子政务应用

开发平台:

Java

  1. <%@ page errorPage="/vnex/ErrorPage.jsp" %>
  2. <jsp:useBean id="archiveProxy" class="com.vnex.intranet.archives.proxy.ArchiveProxyBean" scope="session" /> 
  3. <%
  4. archiveProxy.deleteArchives(request.getParameterValues("check1"));
  5. %>
  6. <html>
  7. <head>
  8. <script language=javascript>
  9. <!--
  10. function forward()
  11. {
  12. document.location="/mainctrl/archive/todayArchives";
  13. }
  14. -->
  15. </script>
  16. </head>
  17. <body onload="javascript:forward()">
  18. 成功!
  19. </body>
  20. <html>