success_0002ejsp_jsp.java

来自「野生动物系统的JAVA源码, 野生动物系统的JAVA源码」· Java 代码 · 共 105 行

JAVA
105
字号
package common.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;

public class success_0002ejsp_jsp extends HttpJspBase {


  private static java.util.Vector _jspx_includes;

  public java.util.List getIncludes() {
    return _jspx_includes;
  }

  public void _jspService(HttpServletRequest request, HttpServletResponse response)
        throws java.io.IOException, ServletException {

    JspFactory _jspxFactory = null;
    javax.servlet.jsp.PageContext pageContext = null;
    HttpSession session = null;
    ServletContext application = null;
    ServletConfig config = null;
    JspWriter out = null;
    Object page = this;
    JspWriter _jspx_out = null;


    try {
      _jspxFactory = JspFactory.getDefaultFactory();
      response.setContentType("text/html; charset=GB2312");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			null, true, 8192, true);
      application = pageContext.getServletContext();
      config = pageContext.getServletConfig();
      session = pageContext.getSession();
      out = pageContext.getOut();
      _jspx_out = out;

      out.write("\r\n");
      out.write("<html>\r\n");
      out.write("<head>\r\n");
      out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n");
      out.write("<meta name=\"GENERATOR\" content=\"Microsoft FrontPage 4.0\">\r\n");
      out.write("<meta name=\"ProgId\" content=\"FrontPage.Editor.Document\">\r\n");
      out.write("<title>成功信息提示");
      out.write("</title>\r\n");
      out.write("</head>\r\n");
      out.write("<body>\r\n  ");
      out.write("<TABLE cellSpacing=1 cellPadding=1 width=505 border=0 align=left bgcolor=CCDAF8>\r\n   ");
      out.write("<tr>\r\n\t");
      out.write("<td bgcolor=white>\r\n\t  ");
      out.write("<TABLE cellSpacing=1 cellPadding=1 width=100% border=0 align=left>\r\n\t\t");
      out.write("<tr>\r\n\t\t  ");
      out.write("<td bgcolor=EDF2FC height=24 class=p4 colspan=2>&nbsp;");
      out.write("<FONT color=2F59BB>");
      out.write("<B>成功信息提示");
      out.write("</B>");
      out.write("</FONT>");
      out.write("</td>\r\n\t\t");
      out.write("</tr>\r\n\t\t");
      out.write("<tr>\r\n\t\t  ");
      out.write("<td height=20>");
      out.write("</td>\r\n\t\t");
      out.write("</tr>\r\n\t\t");
      out.write("<tr>\r\n\t\t  ");
      out.write("<td width=35% align=right>");
      out.write("<IMG SRC=\"../pic/clew.gif\" width=\"134\" height=\"129\" BORDER=0 ALT=\"\">");
      out.write("</td>\r\n\t\t  ");
      out.write("<td class=p5 align=center>");
      out.write("<font color=red>");
      out.write("<B>哈哈 :)");
      out.write("</B>");
      out.write("</font>");
      out.write("<BR>");
      out.write("<BR>");
//=DoString.iSOtoGb2312(request.getParameter("errorInfo"))
      out.write("<BR>");
      out.write("<br> 我要-->");
      out.write("<a href='javascript:history.back();'>返 回");
      out.write("</a>");
      out.write("</td> \r\n\t\t");
      out.write("</tr>\r\n\t\t");
      out.write("<tr>\r\n\t\t  ");
      out.write("<td height=20>");
      out.write("</td>\r\n\t\t");
      out.write("</tr>\r\n\t  ");
      out.write("</table>\r\n \t");
      out.write("</td>\r\n\t");
      out.write("</tr>\r\n   ");
      out.write("</table>\r\n");
      out.write("</body>\r\n");
      out.write("</html>\r\n");
    } catch (Throwable t) {
      out = _jspx_out;
      if (out != null && out.getBufferSize() != 0)
        out.clearBuffer();
      if (pageContext != null) pageContext.handlePageException(t);
    } finally {
      if (_jspxFactory != null) _jspxFactory.releasePageContext(pageContext);
    }
  }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?