📄 checkaccount_jsp.java
字号:
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import java.sql.*;
public final class checkAccount_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,
"", true, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
session = pageContext.getSession();
out = pageContext.getOut();
_jspx_out = out;
out.write("\r\n<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb2312\">\r\n<link href=\"css/style.css\" rel=\"stylesheet\">\r\n<title>管理员登录</title>\r\n</head>\r\n<script language=\"JavaScript\">\r\nfunction register(){ //注册员工信息的脚本\r\nif(document.form.account.value==\"\"){\r\nwindow.alert(\"请填写账号\");\r\nreturn false;\r\n}\r\nif(document.form.password.value==\"\"){\r\nwindow.alert(\"请输入密码\");\r\nreturn false;\r\n}\r\nif(document.form.account.value!=\"mr\"){\r\nwindow.alert(\"您输入的账号不正确\");\r\nreturn false;\r\n}\r\nif(document.form.password.value!=\"mrsoft\"){\r\nwindow.alert(\"您输入的密码不正确\");\r\nreturn false;\r\n}\r\n\r\nreturn true;\r\n}\r\n\r\n</script>\r\n<body><br><div align=\"center\">管理员登录\r\n<form name=\"form\" method=\"post\" action=\"rightAction.do?method=selectRight\" onSubmit=\"return register()\">\r\n <table width=\"293\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tr>\r\n <td width=\"65\" height=\"25\"><div align=\"center\">账号</div></td>\r\n <td width=\"228\"><input name=\"account\" type=\"text\" size=\"35\"></td>\r\n </tr>\r\n <tr>\r\n <td height=\"25\"><div align=\"center\">密码</div></td>\r\n");
out.write(" <td><input name=\"password\" type=\"password\" size=\"35\"></td>\r\n </tr>\r\n </table>\r\n <br>\r\n <input type=\"submit\" name=\"Submit\" value=\"进入\"> \r\n <input type=\"reset\" name=\"Submit2\" value=\"重置\">\r\n <a href=\"index.jsp\">返回</a>\r\n</form>\r\n</div>\r\n</body>\r\n</html>\r\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);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -