exit.jsp
资源名称:JSP-OA.rar [点击查看]
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:0k
源码类别:
Jsp/Servlet
开发平台:
Java
- <%@ page contentType="text/html;charset=utf-8"
- import = "cn.js.fan.util.ErrMsgException"
- %>
- <%@ page import="java.util.Calendar" %>
- <jsp:useBean id="StrUtil" scope="page" class="cn.js.fan.util.StrUtil" />
- <jsp:useBean id="privilege" scope="page" class="com.redmoon.forum.Privilege" />
- <%
- privilege.logout(request, response);
- //out.print(StrUtil.p_center("您已安全退出"));
- response.sendRedirect("forum/index.jsp");
- %>