?? index1_jsp.java
字號:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import com.am.*;
import java.util.Vector;
public final class index1_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;
PageContext _jspx_page_context = null;
try {
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html;charset=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write('\n');
out.write('\n');
DealString ds = new DealString();String strType = ds.toString((String)request.getParameter("txt_type")); if(strType.equals(""))strType = "1"; //增刪改類型 String strEdit = ds.toString((String)request.getParameter("txt_edit"));//按什么字段查詢 String strSrchZD = ds.toString((String)request.getParameter("txt_srch")); //第幾頁 String strPage = ds.toString((String)request.getParameter("txt_page"));String childfile = ""; String addr = "?txt_type="+strType+"&txt_edit="+strEdit+"&txt_page="+strPage;if(strType.equals("3")) { childfile = "display.jsp"+addr; if(strEdit.equals("1"))childfile = "addInf.jsp"+addr; if(strEdit.equals("2"))childfile = "modInf.jsp"+addr; }
out.write("\n\n<HTML>\n<head><title>組織機(jī)構(gòu)</title>\n<link type=text/css rel=stylesheet>\n</head>\n<BODY leftMargin=0 topMargin=0 oncontextmenu=\"onclickhide()\">\n\n<form name=form1 action=\"index.jsp\" method=post>\n\n<input type=hidden name=\"txt_test\" value=\"\">\n<input type=hidden name=\"txt_type\" value=\"");
out.print(strType);
out.write("\">\n<input type=hidden name=\"txt_edit\" value=\"");
out.print(strEdit);
out.write("\">\n<input type=hidden name=\"txt_srch\" value=\"");
out.print(strSrchZD);
out.write("\">\n<input type=hidden name=\"txt_page\" value=\"");
out.print(strPage);
out.write("\">\n\n\n");
org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, childfile, out, false);
out.write("\n\n<script type=\"\">\n\tfunction changepage(type)\n\t{\n\t\tdocument.all.txt_type.value = type;\n\t\tdocument.all.txt_edit.value = \"\";\n\t\tdocument.all.txt_personno.value = \"\";\n\t\tdocument.all.txt_paixu.value = \"\";\n\t\tdocument.all.txt_srch.value = \"\";\n\t\tdocument.all.txt_page.value = \"\";\n\t\tdocument.all.form1.action = \"index1.jsp\";\n\t\tdocument.all.form1.submit();\n\t}\n</script>\n\n</form>\n</BODY>\n</HTML>\n\n\n\n\n\n");
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
out.clearBuffer();
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -