delete_today_archives_success.jsp
资源名称:NetOffice.rar [点击查看]
上传用户:guhaomin
上传日期:2007-06-10
资源大小:23203k
文件大小:0k
源码类别:
电子政务应用
开发平台:
Java
- <%@ page errorPage="/vnex/ErrorPage.jsp" %>
- <jsp:useBean id="archiveProxy" class="com.vnex.intranet.archives.proxy.ArchiveProxyBean" scope="session" />
- <%
- archiveProxy.deleteArchives(request.getParameterValues("check1"));
- %>
- <html>
- <head>
- <script language=javascript>
- <!--
- function forward()
- {
- document.location="/mainctrl/archive/todayArchives";
- }
- -->
- </script>
- </head>
- <body onload="javascript:forward()">
- 成功!
- </body>
- <html>