📄 land_0002ejsp_jsp.java
字号:
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.apache.jasper.runtime.*;
public class land_0002ejsp_jsp extends HttpJspBase {
private static java.util.Vector _jspx_includes;
public java.util.List getIncludes() {
return _jspx_includes;
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
JspFactory _jspxFactory = null;
javax.servlet.jsp.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");
session.invalidate();
out.write("\r\n");
out.write("<html>\r\n");
out.write("<head>\r\n");
out.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n");
out.write("<title>操作员登陆");
out.write("</title>\r\n");
out.write("<style type=\"text/css\">\r\n");
out.write("<!--\r\n.style1 {font-size: 24px}\r\n.style2 {\r\n\tcolor: #FF0000;\r\n\tfont-weight: bold;\r\n}\r\n-->\r\n");
out.write("</style>\r\n");
out.write("</head>\r\n");
out.write("<script language=\"JavaScript\">\r\nfunction RgTest(){\r\nif(document.form.name.value==\"\"){\r\nwindow.alert(\"请输入账号\");\r\n\r\nreturn false;\r\n}\r\nif(document.form.mm.value==\"\"){\r\nwindow.alert(\"请输入密码\");\r\n\r\nreturn false;\r\n}\r\n\r\nreturn true;\r\n}\r\n");
out.write("</script>\r\n");
out.write("<body >\r\n ");
out.write("<div align=\"center\" class=\"style1\">\r\n\r\n");
out.write("<div style=\"width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: blur(add=1, direction=45, strength=3)\">");
out.write("<span style=\"font-weight: bold; font-size: 24pt;\">客户管理系统");
out.write("</span>");
out.write("</div>\r\n");
out.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n ");
out.write("<tr>\r\n ");
out.write("<td height=\"32\"> ");
out.write("</td>\r\n ");
out.write("</tr>\r\n");
out.write("</table>\r\n");
out.write("<table width=\"334\" height=\"172\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n ");
out.write("<tr>\r\n ");
out.write("<td height=\"171\" background=\"images/land.gif\">\t \r\n\t ");
out.write("<form name=\"form\" method=\"post\" action=\"userCheck.do\" onSubmit=\"return RgTest()\">\r\n ");
out.write("<p> ");
out.write("</p>\r\n ");
out.write("<table width=\"79%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n ");
out.write("<tr>\r\n ");
out.write("<td width=\"30%\" height=\"26\" background=\"images/anniu.gif\">");
out.write("<div align=\"center\" class=\"style2\">账号");
out.write("</div>");
out.write("</td>\r\n ");
out.write("<td width=\"70%\">");
out.write("<div align=\"center\">");
out.write("<input type=\"text\" name=\"name\">");
out.write("</div>");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("<tr>\r\n ");
out.write("<td height=\"25\" background=\"images/anniu.gif\">");
out.write("<div align=\"center\" class=\"style2\">密码");
out.write("</div>");
out.write("</td>\r\n ");
out.write("<td>");
out.write("<div align=\"center\">");
out.write("<input type=\"text\" name=\"mm\">");
out.write("</div>");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("</table>\r\n ");
out.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n ");
out.write("<tr>\r\n ");
out.write("<td> ");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("</table>\r\n ");
out.write("<div align=\"center\">\r\n ");
out.write("<input type=\"image\" name=\"Submit4\" src=\"images/land1.gif\">\r\n \r\n ");
out.write("<input type=\"image\" name=\"reset\" src=\"images/land2.gif\" onClick=\"this.form.reset()\">\r\n ");
out.write("</div>\r\n\t ");
out.write("</form>");
out.write("</td>\r\n ");
out.write("</tr>\r\n ");
out.write("</table>\r\n\r\n \r\n ");
out.write("</div>\r\n");
out.write("</body>\r\n");
out.write("</html>\r\n");
} catch (Throwable t) {
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 + -