⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 checkaccount_jsp.java

📁 留言簿或论坛是网站必备的组成部分。它不仅是网站访问者发表意见的场所
💻 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<title>留言管理</title>\r\n</head>\r\n<link href=\"css/style.css\" rel=\"stylesheet\" type=\"text/css\">\r\n<script language=\"javascript\" type=\"\">\r\nfunction Mycheck(){\r\nif (form.account.value==\"\")\r\n{ alert(\"请输入用户名!\");form.account.focus();return  false;}\r\nif (form.password.value==\"\")\r\n{ alert(\"请输入密码!\");form.password.focus();return false;}\r\nform.submit();\r\n}\r\n</script>\r\n<body style=\"background-attachment: scroll; background-image: url(image/background.jpg); background-repeat: no-repeat\">\r\n<table width=\"755\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n      <tr >\r\n        <td height=\"104\" colspan=\"2\"  background=\"image/banner.jpg\">&nbsp;</td>\r\n  </tr>\r\n      <tr>\r\n        <td width=\"212\" height=\"395\" background=\"image/left.jpg\">");
      org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "left.jsp", out, false);
      out.write("</td>\r\n        <td valign=\"top\" background=\"image/wordmanage.jpg\">\t\t<table width=\"457\" height=\"38%\" border=\"0\" align=\"center\">\r\n          <tr>\r\n            <td height=\"65\">&nbsp;</td>\r\n          </tr>\r\n          <tr>\r\n            <td height=\"319\" valign=\"top\">\r\n\r\n    \r\n\r\n              <div align=\"center\">  <br>  <form name=\"form\" method=\"post\" action=\"talkAction.do?method=checkAccount\" onSubmit=\"return Mycheck(form)\">\r\n                <table width=\"239\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n                  <tr>\r\n                    <td width=\"81\" height=\"30\">用户名</td>\r\n                    <td width=\"291\"><input type=\"text\" name=\"account\"></td>\r\n                  </tr>\r\n                  <tr>\r\n                    <td height=\"30\">密&nbsp;&nbsp;码</td>\r\n                    <td><input type=\"password\" name=\"password\"></td>\r\n                  </tr>\r\n                </table><br>\r\n            \r\n                  <input type=\"submit\" name=\"Submit2\" value=\"进入\">&nbsp;&nbsp;&nbsp;\r\n                <input type=\"reset\" name=\"Submit\" value=\"重置\">&nbsp;&nbsp;\r\n");
      out.write("                </form>\r\n              </div></td>\r\n          </tr>\r\n        </table>\r\n\r\n\r\n\t\t</td>\r\n      </tr>\r\n      <tr >\r\n        <td height=\"81\" colspan=\"2\" background=\"image/bottom.jpg\" >&nbsp;</td>\r\n      </tr>\r\n</table>\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 + -