📄 updatekhjb_0002ejsp_jsp.java
字号:
package jsp.information.clientKhjb;
import com.domain.CkhjbForm;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class updateKhjb_0002ejsp_jsp extends HttpJspBase {
static {
}
public updateKhjb_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/updateKhjb.jsp";from=(0,50);to=(1,0)]
out.write("\r\n");
// end
// HTML // begin [file="/jsp/information/clientKhjb/updateKhjb.jsp";from=(1,40);to=(58,18)]
out.write("\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>\r\n</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<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=\"style2 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 ");
// end
// begin [file="/jsp/information/clientKhjb/updateKhjb.jsp";from=(58,20);to=(58,75)]
CkhjbForm khjb=(CkhjbForm)request.getAttribute("form");
// end
// HTML // begin [file="/jsp/information/clientKhjb/updateKhjb.jsp";from=(58,77);to=(60,76)]
out.write(" \r\n <div align=\"center\"> \r\n <form name=\"form\" method=\"post\" action=\"ckhjbUpdate.do?id=");
// end
// begin [file="/jsp/information/clientKhjb/updateKhjb.jsp";from=(60,79);to=(60,96)]
out.print(khjb.getKhjb_id());
// end
// HTML // begin [file="/jsp/information/clientKhjb/updateKhjb.jsp";from=(60,98);to=(64,58)]
out.write("\" onSubmit=\"return RgTest()\"> \r\n <table width=\"410\" border=\"0\" cellpadding=\"2\" cellspacing=\"1\" bgcolor=\"#666666\"> \r\n <tr> \r\n <td width=\"117\" height=\"28\" align=\"right\" bgcolor=\"#ffcc33\">客户级别编号</td> \r\n <td width=\"184\" bgcolor=\"#FFFFFF\">");
// end
// begin [file="/jsp/information/clientKhjb/updateKhjb.jsp";from=(64,61);to=(64,78)]
out.print(khjb.getKhjb_id());
// end
// HTML // begin [file="/jsp/information/clientKhjb/updateKhjb.jsp";from=(64,80);to=(68,84)]
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\" value=\"");
// end
// begin [file="/jsp/information/clientKhjb/updateKhjb.jsp";from=(68,87);to=(68,106)]
out.print(khjb.getKhjb_jbmc());
// end
// HTML // begin [file="/jsp/information/clientKhjb/updateKhjb.jsp";from=(68,108);to=(72,85)]
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=\"zdywl\" value=\"");
// end
// begin [file="/jsp/information/clientKhjb/updateKhjb.jsp";from=(72,88);to=(72,108)]
out.print(khjb.getKhjb_zdyml());
// end
// HTML // begin [file="/jsp/information/clientKhjb/updateKhjb.jsp";from=(72,110);to=(76,85)]
out.write("\" ></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\">");
// end
// begin [file="/jsp/information/clientKhjb/updateKhjb.jsp";from=(76,88);to=(76,105)]
out.print(khjb.getKhjb_bz());
// end
// HTML // begin [file="/jsp/information/clientKhjb/updateKhjb.jsp";from=(76,107);to=(92,0)]
out.write("</textarea></td> \r\n </tr> \r\n </table> \r\n <p> \r\n <input type=\"submit\" name=\"Submit2\" value=\"提交\"> \r\n \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</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 + -