index_0002ejsp_jsp.java
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:3k
源码类别:

企业管理

开发平台:

Java

  1. import javax.servlet.*;
  2. import javax.servlet.http.*;
  3. import javax.servlet.jsp.*;
  4. import org.apache.jasper.runtime.*;
  5. public class index_0002ejsp_jsp extends HttpJspBase {
  6.   private static java.util.Vector _jspx_includes;
  7.   public java.util.List getIncludes() {
  8.     return _jspx_includes;
  9.   }
  10.   public void _jspService(HttpServletRequest request, HttpServletResponse response)
  11.         throws java.io.IOException, ServletException {
  12.     JspFactory _jspxFactory = null;
  13.     javax.servlet.jsp.PageContext pageContext = null;
  14.     HttpSession session = null;
  15.     ServletContext application = null;
  16.     ServletConfig config = null;
  17.     JspWriter out = null;
  18.     Object page = this;
  19.     JspWriter _jspx_out = null;
  20.     try {
  21.       _jspxFactory = JspFactory.getDefaultFactory();
  22.       response.setContentType("text/html; charset=gb2312");
  23.       pageContext = _jspxFactory.getPageContext(this, request, response,
  24.        null, true, 8192, true);
  25.       application = pageContext.getServletContext();
  26.       config = pageContext.getServletConfig();
  27.       session = pageContext.getSession();
  28.       out = pageContext.getOut();
  29.       _jspx_out = out;
  30.       out.write("rn");
  31.       out.write("<html>rn");
  32.       out.write("<head>rn");
  33. session.setAttribute("form",session.getAttribute("form"));
  34.       out.write("rn");
  35.       out.write("<meta http-equiv="Content-Type" content="text/html; charset=gb2312">rn");
  36.       out.write("<title>客户管理系统主页面");
  37.       out.write("</title>rn");
  38.       out.write("</head>rn");
  39.       out.write("<frameset rows="205,*" cols="*" frameborder="NO" border="0" framespacing="0">rn  ");
  40.       out.write("<frame src="jsp/top.jsp" name="top" scrolling="NO" noresize >rn  ");
  41.       out.write("<frameset rows="*" cols="320,*" framespacing="0" frameborder="NO" border="0" bordercolor="#404040">rn    ");
  42.       out.write("<frame src="jsp/information/information.jsp" name="left" scrolling="no">rnt  ");
  43.       out.write("<frame src="jsp/right.jsp" name="main" scrolling="yes">rn  ");
  44.       out.write("</frameset>rn");
  45.       out.write("</frameset>rn");
  46.       out.write("<noframes>");
  47.       out.write("<body>rn");
  48.       out.write("</body>");
  49.       out.write("</noframes>rn");
  50.       out.write("</html>rn");
  51.     } catch (Throwable t) {
  52.       out = _jspx_out;
  53.       if (out != null && out.getBufferSize() != 0)
  54.         out.clearBuffer();
  55.       if (pageContext != null) pageContext.handlePageException(t);
  56.     } finally {
  57.       if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
  58.     }
  59.   }
  60. }