📄 insertkhjb_0002ejsp_jsp.java
字号:
package jsp.information.clientKhjb;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class insertKhjb_0002ejsp_jsp extends HttpJspBase {
static {
}
public insertKhjb_0002ejsp_jsp( ) {
}
private static boolean _jspx_inited = false;
public final void _jspx_init() throws org.apache.jasper.runtime.JspException {
}
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;
String _value = null;
try {
if (_jspx_inited == false) {
synchronized (this) {
if (_jspx_inited == false) {
_jspx_init();
_jspx_inited = true;
}
}
}
_jspxFactory = JspFactory.getDefaultFactory();
response.setContentType("text/html; charset=gb2312");
pageContext = _jspxFactory.getPageContext(this, request, response,
"", true, 8192, true);
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
// HTML // begin [file="/jsp/information/clientKhjb/insertKhjb.jsp";from=(0,50);to=(63,84)]
out.write("\r\n\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<title>添加客户级别</title>\r\n<style type=\"text/css\">\r\n<!--\r\nbody {\r\n\tbackground-color: #000000;\r\n\tmargin-left: 0px;\r\n\tmargin-top: 0px;\r\n}\r\ntd{\r\nfont-size:9pt;\r\n}\r\n.style1 {font-size: 11pt}\r\n-->\r\n</style></head>\r\n<script language=\"JavaScript\">\r\nfunction RgTest(){\r\nif(document.form.jbmc.value==\"\"){\r\nwindow.alert(\"请输入客户级别名称\");\r\ndocument.form.jbmc.focus();\r\nreturn false;\r\n}\r\nif(document.form.zdywl.value==\"\"){\r\nwindow.alert(\"请输入客户每月的最低业务量\");\r\ndocument.form.zdywl.focus();\r\nreturn false;\r\n}\r\n\r\nreturn true;\r\n}\r\n</script>\r\n\r\n<body>\r\n<table width=\"579\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\"> \r\n <tr> \r\n <td> </td> \r\n </tr> \r\n</table> \r\n<table width=\"579\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> \r\n <tr> \r\n <td align=\"left\" valign=\"top\" bgcolor=\"#FFFFFF\"> <table width=\"579\" height=\"487\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> \r\n <tr> \r\n <td align=\"left\" valign=\"top\" bgcolor=\"#FFFFFF\"><table width=\"579\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"> \r\n <tr> \r\n <td width=\"2%\" height=\"28\"> </td> \r\n <td width=\"9%\" background=\"images/circle.jpg\"> </td> \r\n <td width=\"89%\" bgcolor=\"#FFFFFF\"><span class=\"style1\">添加客户级别</span></td> \r\n </tr> \r\n <tr style=\"line-height:2px\"> \r\n <td width=\"2%\" height=\"5\"> </td> \r\n <td height=\"5\" colspan=\"2\" bgcolor=\"#D4D0C8\"> </td> \r\n </tr> \r\n <tr align=\"center\" valign=\"top\" bgcolor=\"#FFFFFF\"> \r\n <td height=\"454\" colspan=\"3\"><br> \r\n <form name=\"form\" method=\"post\" action=\"ckhjbInsert.do\" onSubmit=\"return RgTest()\">\r\n <p> </p>\r\n <table width=\"366\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\" bgcolor=\"#666666\">\r\n <tr>\r\n <td width=\"124\" height=\"28\" align=\"right\" bgcolor=\"#ffcc33\">客户级别编号 </td>\r\n <td width=\"231\" bgcolor=\"#FFFFFF\"><input name=\"id\" type=\"hidden\" value=\"KJB-");
// end
// begin [file="/jsp/information/clientKhjb/insertKhjb.jsp";from=(63,87);to=(63,121)]
out.print(request.getAttribute("changeType"));
// end
// HTML // begin [file="/jsp/information/clientKhjb/insertKhjb.jsp";from=(63,123);to=(63,129)]
out.write("\">KJB-");
// end
// begin [file="/jsp/information/clientKhjb/insertKhjb.jsp";from=(63,132);to=(63,166)]
out.print(request.getAttribute("changeType"));
// end
// HTML // begin [file="/jsp/information/clientKhjb/insertKhjb.jsp";from=(63,168);to=(93,0)]
out.write("</td>\r\n </tr>\r\n <tr>\r\n <td height=\"28\" align=\"right\" bgcolor=\"#ffcc33\">客户级别名称 </td>\r\n <td bgcolor=\"#FFFFFF\"><input type=\"text\" name=\"jbmc\"></td>\r\n </tr>\r\n <tr>\r\n <td height=\"28\" align=\"right\" bgcolor=\"#ffcc33\">每月的最低业务量 </td>\r\n <td bgcolor=\"#FFFFFF\"><input type=\"text\" name=\"zdywl\" ></td>\r\n </tr>\r\n <tr>\r\n <td height=\"50\" align=\"right\" bgcolor=\"#ffcc33\">备注 </td>\r\n <td bgcolor=\"#FFFFFF\"><textarea name=\"bz\" cols=\"32\" rows=\"5\">无</textarea></td>\r\n </tr>\r\n </table>\r\n <p>\r\n <input type=\"submit\" name=\"Submit2\" value=\"提交\"> \r\n <input type=\"reset\" name=\"Submit\" value=\"重置\">\r\n </p>\r\n </form>\r\n </table></td> \r\n </tr> \r\n </table></td> \r\n </tr> \r\n</table> \r\n \r\n\r\n\r\n</body>\r\n</html>\r\n");
// end
} catch (Throwable t) {
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 + -