📄 materialbuysuccessful_jsp.java
字号:
package org.apache.jsp.imis_005fmate;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.util.*;
public final class MaterialBuySuccessful_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static java.util.Vector _jspx_dependants;
public java.util.List getDependants() {
return _jspx_dependants;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
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,
"error.jsp", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n");
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
out.write("\r\n\r\n");
out.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\r\n");
out.write("<html>\r\n ");
out.write("<head>\r\n ");
out.write("<base href=\"");
out.print(basePath);
out.write("\">\r\n \r\n ");
out.write("<title>成功页面");
out.write("</title>\r\n \r\n\t");
out.write("<meta http-equiv=\"pragma\" content=\"no-cache\">\r\n\t");
out.write("<meta http-equiv=\"cache-control\" content=\"no-cache\">\r\n\t");
out.write("<meta http-equiv=\"expires\" content=\"0\"> \r\n\t");
out.write("<meta http-equiv=\"keywords\" content=\"keyword1,keyword2,keyword3\">\r\n\t");
out.write("<meta http-equiv=\"description\" content=\"This is my page\">\r\n\t");
out.write("<!--\r\n\t");
out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"styles.css\">\r\n\t-->\r\n\t");
out.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"/Imis/imis_mate/css/style.css\">\r\n\r\n ");
out.write("</head>\r\n \r\n ");
out.write("<script type=\"text/javascript\">\r\n \tfunction goBack(){\r\n \tform1.action = \"/Imis/imis_mate/MaterialBuyTableServlet?pattern=getBuyBean\";\r\n \t}\r\n \t\r\n \tfunction goDetail(){\r\n \t\t\r\n \t\t//window.location.href = \"/Imis/imis_mate/MaterialBuyDetail_insert.jsp\";\r\n \t\t//window.location.href = \"/Imis/imis_mate/MaterialBuyTableServlet?pattern=addBuyDetail\";\r\n \t\t//form1.action = \"/Imis/imis_mate/MaterialBuyDetail_insert.jsp\";\r\n \t\tform1.action = \"/Imis/imis_mate/MaterialBuyTableServlet?pattern=addBuyDetail\";\r\n \t\r\n \t}\r\n\r\n\r\n\tfunction preload() { \r\n\t\t\tparent.location=parent.location; \r\n\t} \t\r\n\r\n\r\n ");
out.write("</script>\r\n \r\n ");
out.write("<body background=\"/Imis/imis_mate/images/bg_main.png\" class=\"ziti\">\r\n \t");
out.write("<table width=\"100%\" border=\"0\" background=\"/Imis/imis_mate/images/bg_main2.png\">\r\n\t ");
out.write("<tr class=\"tubiao\">\r\n\t ");
out.write("<td>采购信息管理");
out.write("</td>\r\n\t ");
out.write("</tr>\r\n\t");
out.write("</table>\t\r\n ");
out.write("<br/>");
out.write("<h3>");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${requestScope.success}", java.lang.String.class, (PageContext)pageContext, null, false));
out.write("</h3>\r\n ");
out.write("<font style=\"font: fantasy\"> \r\n");
out.write("</font>\r\n ");
out.write("<form method=\"post\" action=\"\" name=\"form1\"> \r\n \r\n ");
out.write("<input type=\"hidden\" name=\"buyNo\" value=\"");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${requestScope.buyNo}", java.lang.String.class, (PageContext)pageContext, null, false));
out.write("\" >\r\n \r\n ");
out.write("</form>\r\n \r\n ");
request.setAttribute("buyNo",request.getAttribute("buyNo"));
out.write("\r\n \r\n ");
out.write("</body>\r\n");
out.write("</html>\r\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -