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

电子政务应用

开发平台:

Java

  1. <%@ page errorPage="/vnex/ErrorPage.jsp" %>
  2. <jsp:useBean id="bulletinProxy" scope="application" class="com.vnex.intranet.communication.bulletin.proxy.BulletinProxyBean" />
  3. <%
  4.     bulletinProxy.deleteBulletin(Integer.parseInt(request.getParameter("bulletinId")));
  5. %>
  6. <html>
  7. <head>
  8. <script language=javascript>
  9. function forward()
  10. {
  11. document.location = "/mainctrl/personal/bulletin/home";
  12. }
  13. </script>
  14. </head>
  15. <body onload="javascript:forward()">
  16. </body>
  17. <html>