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

📄 registerenter_jsp.java

📁 用户的注册 用户的登陆 发布用户的相关信息 浏览网站介绍的其他酒店的信息 通过本系统查询被预定的房间 查询客户的反馈意见
💻 JAVA
字号:
package org.apache.jsp;

import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;

public final class registerenter_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=GBK");
      pageContext = _jspxFactory.getPageContext(this, request, response,
      			null, 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");
      out.write("\r\n");
      out.write("<html>\r\n");
      out.write("<head>\r\n");
      out.write("<link href=\"css/hotel.css\" rel=\"stylesheet\">\r\n");
      out.write("<script language=\"javascript\"  src=\"js/city.js\"></script>\r\n");
      out.write("<script language=\"javascript\"  src=\"js/registerenter.js\" ></script>\r\n");
      out.write("\r\n");
      out.write("<title>企业注册页面</title>\r\n");
      out.write("</head>\r\n");
      out.write("<body bgcolor=\"#ffffff\">\r\n");
      out.write("<table width=\"760\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td height=\"83\" valign=\"top\">\r\n");
      out.write("      ");
      org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "topindex.jsp", out, false);
      out.write("    </td>\r\n");
      out.write("  </tr>\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td height=\"2\">&nbsp;</td>\r\n");
      out.write("  </tr>\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td>");
      org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "banner.jsp", out, false);
      out.write("</td>\r\n");
      out.write("  </tr>\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td>&nbsp;</td>\r\n");
      out.write("  </tr>\r\n");
      out.write("  <tr>\r\n");
      out.write("    <td align=\"left\" valign=\"top\"><form action=\"reenter.html\" method=\"get\" enctype=\"multipart/form-data\" name=\"form1\">\r\n");
      out.write("      <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"tableBorder_LTR_dashed\">\r\n");
      out.write("        <tr>\r\n");
      out.write("          <td height=\"40\" align=\"center\">企业注册</td>\r\n");
      out.write("        </tr>\r\n");
      out.write("        <tr>\r\n");
      out.write("          <td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td width=\"50%\" height=\"26\" align=\"center\">酒店名称:</td>\r\n");
      out.write("              <td><label>\r\n");
      out.write("                <input name=\"userId\" class=\"inpu\" type=\"text\" id=\"userId\"></label>\r\n");
      out.write("              <font color=\"#FF0000\">*</font>&nbsp;</td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"26\" align=\"center\">密&nbsp;&nbsp;&nbsp;&nbsp;码:</td>\r\n");
      out.write("              <td height=\"26\"><input name=\"password\" type=\"password\" class=\"inpu\" id=\"password\" size=\"22\">\r\n");
      out.write("                <font color=\"#FF0000\">*</font></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"26\" align=\"center\">确认密码:</td>\r\n");
      out.write("              <td height=\"26\"><input name=\"ispassword\" type=\"password\" class=\"inpu\" id=\"ispassword\" size=\"22\">\r\n");
      out.write("                <font color=\"#FF0000\">*</font></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"26\" align=\"center\">地&nbsp;&nbsp;&nbsp;&nbsp;址:</td>\r\n");
      out.write("              <td height=\"26\"><input name=\"addr\" class=\"inpu\" type=\"text\" id=\"addr\">\r\n");
      out.write("                <font color=\"#FF0000\">*</font></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"26\" align=\"center\">省&nbsp;&nbsp;&nbsp;&nbsp;份:</td>\r\n");
      out.write("              <td height=\"26\"><SELECT onChange=\"selectcityarea('selectp','city','form1');\" name=selectp selected style=\"WIDTH: 80px;\">\r\n");
      out.write("                                      <OPTION selected value=\"\">省份</OPTION>\r\n");
      out.write("                                      <OPTION value=北京>北京</OPTION>\r\n");
      out.write("                                      <OPTION value=上海>上海</OPTION>\r\n");
      out.write("                                      <OPTION value=天津>天津</OPTION>\r\n");
      out.write("                                      <OPTION value=河北>河北</OPTION>\r\n");
      out.write("                                      <OPTION value=山西>山西</OPTION>\r\n");
      out.write("                                      <OPTION value=内蒙古>内蒙古</OPTION>\r\n");
      out.write("                                      <OPTION value=辽宁>辽宁</OPTION>\r\n");
      out.write("                                      <OPTION value=吉林>吉林</OPTION>\r\n");
      out.write("                                      <OPTION value=黑龙江>黑龙江</OPTION>\r\n");
      out.write("                                      <OPTION value=江苏>江苏</OPTION>\r\n");
      out.write("                                      <OPTION value=浙江>浙江</OPTION>\r\n");
      out.write("                                      <OPTION value=安徽>安徽</OPTION>\r\n");
      out.write("                                      <OPTION value=福建>福建</OPTION>\r\n");
      out.write("                                      <OPTION value=江西>江西</OPTION>\r\n");
      out.write("                                      <OPTION value=山东>山东</OPTION>\r\n");
      out.write("                                      <OPTION value=河南>河南</OPTION>\r\n");
      out.write("                                      <OPTION value=湖北>湖北</OPTION>\r\n");
      out.write("                                      <OPTION value=湖南>湖南</OPTION>\r\n");
      out.write("                                      <OPTION value=广东>广东</OPTION>\r\n");
      out.write("                                      <OPTION value=广西>广西</OPTION>\r\n");
      out.write("                                      <OPTION value=海南>海南</OPTION>\r\n");
      out.write("                                      <OPTION value=四川>四川</OPTION>\r\n");
      out.write("                                      <OPTION value=重庆>重庆</OPTION>\r\n");
      out.write("                                      <OPTION value=贵州>贵州</OPTION>\r\n");
      out.write("                                      <OPTION value=西藏>西藏</OPTION>\r\n");
      out.write("                                      <OPTION value=陕西>陕西</OPTION>\r\n");
      out.write("                                      <OPTION value=甘肃>甘肃</OPTION>\r\n");
      out.write("                                      <OPTION value=宁夏>宁夏</OPTION>\r\n");
      out.write("                                      <OPTION value=青海>青海</OPTION>\r\n");
      out.write("                                      <OPTION value=新疆>新疆</OPTION>\r\n");
      out.write("                                      <OPTION value=香港>香港</OPTION>\r\n");
      out.write("                                      <OPTION value=澳门>澳门</OPTION>\r\n");
      out.write("                                      <OPTION value=台湾>台湾</OPTION>\r\n");
      out.write("                                    </SELECT>\r\n");
      out.write("                <font color=\"#FF0000\">*</font></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"26\" align=\"center\">城&nbsp;&nbsp;&nbsp;&nbsp;市:</td>\r\n");
      out.write("              <td><SELECT name=city selected style=\"WIDTH: 80px;\">\r\n");
      out.write("                                      <OPTION value=\"\" >城市</OPTION>\r\n");
      out.write("                                    </SELECT>\r\n");
      out.write("                                    <SCRIPT language=javascript>first(\"selectp\",\"city\",\"form1\",0,0);</SCRIPT><font color=\"#FF0000\">*</font></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"26\" align=\"center\">邮&nbsp;&nbsp;&nbsp;&nbsp;编:</td>\r\n");
      out.write("              <td height=\"26\"><input name=\"postalcode\" class=\"inpu\" type=\"text\" id=\"postalcode\">\r\n");
      out.write("                <font color=\"#FF0000\">*</font></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"26\" align=\"center\">法人代表:</td>\r\n");
      out.write("              <td height=\"26\"><input name=\"corpoation\" class=\"inpu\" type=\"text\" id=\"corpoation\">\r\n");
      out.write("                <font color=\"#FF0000\">*</font></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"26\" align=\"center\">联系电话:</td>\r\n");
      out.write("              <td height=\"26\" align=\"left\"><input name=\"tel\" class=\"inpu\" type=\"text\" id=\"tel\">\r\n");
      out.write("                <font color=\"#FF0000\">*</font>(格式为029-8100****)</td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"26\" align=\"center\">传&nbsp;&nbsp;&nbsp;&nbsp;真:</td>\r\n");
      out.write("              <td height=\"26\"><input name=\"fax\" class=\"inpu\" type=\"text\" id=\"fax\">\r\n");
      out.write("                <font color=\"#FF0000\">*</font>(格式为029-8100****)</td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"26\" align=\"center\">主要联系人:</td>\r\n");
      out.write("              <td height=\"26\"><input name=\"linkmain\" class=\"inpu\" type=\"text\" id=\"linkmain\">\r\n");
      out.write("                <font color=\"#FF0000\">*</font></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"26\" align=\"center\">联系人电话:</td>\r\n");
      out.write("              <td height=\"26\"><input name=\"linkmaintel\" class=\"inpu\" type=\"text\" id=\"linkmaintel\">\r\n");
      out.write("                <font color=\"#FF0000\">*</font></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"26\" align=\"center\">星&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;级:</td>\r\n");
      out.write("              <td height=\"26\"><label>\r\n");
      out.write("                <select name=\"level\" id=\"level\">\r\n");
      out.write("                  <option value=\"1\">一星级</option>\r\n");
      out.write("                  <option value=\"2\">二星级</option>\r\n");
      out.write("                  <option value=\"3\">三星级</option>\r\n");
      out.write("                  <option value=\"4\">四星级</option>\r\n");
      out.write("                  <option value=\"5\">五星级</option>\r\n");
      out.write("                </select>\r\n");
      out.write("              </label></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"40\" colspan=\"2\" align=\"center\"><label>\r\n");
      out.write("                <input type=\"button\" name=\"Submit\" onClick=\"checkenter(form1)\"  class=\"btn_grey\"value=\"确认\">\r\n");
      out.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </label>\r\n");
      out.write("                <label>\r\n");
      out.write("                <input type=\"reset\" name=\"Submit2\" value=\"重置\"  class=\"btn_grey\">\r\n");
      out.write("                </label></td>\r\n");
      out.write("            </tr>\r\n");
      out.write("            <tr>\r\n");
      out.write("              <td height=\"20\" colspan=\"2\" align=\"center\">注意:请正确信息.已保证后来操作正确</td>\r\n");
      out.write("            </tr>\r\n");
      out.write("          </table></td>\r\n");
      out.write("        </tr>\r\n");
      out.write("      </table>\r\n");
      out.write("        </form>\r\n");
      out.write("    </td>\r\n");
      out.write("  </tr>\r\n");
      out.write("  <tr height=\"150\">\r\n");
      out.write("    <td>\r\n");
      out.write("      ");
      org.apache.jasper.runtime.JspRuntimeLibrary.include(request, response, "Copyright.jsp", out, false);
      out.write("    </td>\r\n");
      out.write("  </tr>\r\n");
      out.write("</table>\r\n");
      out.write("</body>\r\n");
      out.write("</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 + -