?? materialcheck_005finsertsuccess_jsp.java
字號:
package org.apache.jsp.imis_005fmate;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import imis_mate.bean.*;
public final class MaterialCheck_005finsertsuccess_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,
null, true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n\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 \r\n ");
out.write("<link rel=\"stylesheet\" type=\"text/css\"\r\n\t\t\thref=\"/Imis/imis_mate/css/style.css\">\r\n\t\t\t\r\n");
out.write("<script type=\"text/javascript\">\r\n\r\nfunction preload(){ \r\n\t\twindow.open('/Imis/imis_mate/Material_check_insert.jsp','_blank','scrollbars=0,resizable=0,width=500,height=300');\t\r\n} \r\n\r\nfunction windowClose(){\r\n\t\t//window.opener.parent.parent.iframe_Main.location.href=window.opener.parent.parent.iframe_Main.location.href;\r\n\t\twindow.opener.location.href = \"/Imis/servlet/MaterialCheckServlet?pattern=searchInsertByReload\"; \r\n\t\twindow.location.reload;\r\n\t\t//window.opener.parent.document.form1.action = \"/Imis/servlet/MaterialChangeServlet?pattern=getValue&&pag=insert\";\r\n\t\twindow.close();\r\n}\t\r\n\twindow.setTimeout(preload,100);\r\n\twindow.setTimeout(windowClose,2000);\r\n");
out.write("</script>\r\n ");
out.write("</head>\r\n \r\n ");
out.write("<body background=\"/Imis/imis_mate/images/bg_main.png\">\r\n ");
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>\r\n\t\t ");
out.write("</td>\r\n\t ");
out.write("</tr>\r\n\t");
out.write("</table>\r\n ");
out.write("<br/>");
out.write("<font class=\"ziti\">");
out.write((java.lang.String) org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${requestScope.success}", java.lang.String.class, (PageContext)pageContext, null, false));
out.write("</font>\r\n\r\n ");
out.write("<form name=\"form1\" method=\"post\">\r\n ");
out.write("</form>\r\n \r\n \r\n");
out.write("\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);
}
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -