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

📄 _addcustomer.java

📁 网上购物系统
💻 JAVA
字号:
  /*@lineinfo:filename=/AddCustomer.jsp*/
  /*@lineinfo:generated-code*/

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


public class _AddCustomer extends com.orionserver.http.OrionHttpJspPage {

  public final String _globalsClassName = null;

  // ** Begin Declarations


  // ** End Declarations

  public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException {

    response.setContentType( "text/html;charset=GB2312");
    /* set up the intrinsic variables using the pageContext goober:
    ** session = HttpSession
    ** application = ServletContext
    ** out = JspWriter
    ** page = this
    ** config = ServletConfig
    ** all session/app beans declared in globals.jsa
    */
    PageContext pageContext = JspFactory.getDefaultFactory().getPageContext( this, request, response, null, true, JspWriter.DEFAULT_BUFFER, true);
    // Note: this is not emitted if the session directive == false
    HttpSession session = pageContext.getSession();
    if (pageContext.getAttribute(OracleJspRuntime.JSP_REQUEST_REDIRECTED, PageContext.REQUEST_SCOPE) != null) {
      pageContext.setAttribute(OracleJspRuntime.JSP_PAGE_DONTNOTIFY, "true", PageContext.PAGE_SCOPE);
      JspFactory.getDefaultFactory().releasePageContext(pageContext);
      return;
}
    int __jsp_tag_starteval;
    ServletContext application = pageContext.getServletContext();
    JspWriter out = pageContext.getOut();
    _AddCustomer page = this;
    ServletConfig config = pageContext.getServletConfig();

    try {
      // global beans
      // end global beans


      out.write(__oracle_jsp_text[0]);


    }
    catch( Throwable e) {
      try {
        if (out != null) out.clear();
      }
      catch( Exception clearException) {
      }
      pageContext.handlePageException( e);
    }
    finally {
      OracleJspRuntime.extraHandlePCFinally(pageContext,false);
      JspFactory.getDefaultFactory().releasePageContext(pageContext);
    }

  }
  private static final char __oracle_jsp_text[][]=new char[1][];
  static {
    try {
    __oracle_jsp_text[0] = 
    "\n<html>\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text/html; charset=GB2312\">\n    <title>untitled</title>\n  </head>\n  <body>\n    <form action=\"customer\" method=\"post\">\n      <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\n        <tr>\n          <td align=\"right\" width=\"46%\">客户编号:</td>\n          <td align=\"left\" width=\"54%\">\n            <input type=\"text\" name=\"CustomerID\"/>\n          </td>\n        </tr>\n        <tr>\n          <td align=\"right\" width=\"46%\">客户名称:</td>\n          <td align=\"left\" width=\"54%\">\n            <input type=\"text\" name=\"CustomerName\"/>\n          </td>\n        </tr>\n        <tr>\n          <td align=\"right\" width=\"46%\">输入密码:</td>\n          <td align=\"left\" width=\"54%\">\n            <input type=\"text\" name=\"Pwd\" maxlength=\"20\"/>\n          </td>\n        </tr>\n        <tr>\n          <td align=\"right\" width=\"46%\">性别:</td>\n          <td align=\"left\" width=\"54%\">\n            <select name=\"Sex\">\n              <option value=\"男\">男</option>\n              <option value=\"女\">女</option>\n            </select>\n          </td>\n        </tr>\n        <tr>\n          <td align=\"right\" width=\"46%\">身份证号:</td>\n          <td align=\"left\" width=\"54%\">\n            <input type=\"text\" name=\"IdentityCard\"/>\n          </td>\n        </tr>\n        <tr>\n          <td align=\"right\" width=\"46%\">所在省份:</td>\n          <td align=\"left\" width=\"54%\">\n            <select name=\"Province\">\n              <option value=\"吉林\">吉林</option>\n              <option value=\"辽宁\">辽宁</option>\n              <option value=\"黑龙江\">黑龙江</option>\n            </select>\n          </td>\n        </tr>\n        <tr>\n          <td align=\"right\" width=\"46%\">所在城市:</td>\n          <td align=\"left\" width=\"54%\">\n            <input type=\"text\" name=\"City\"/>\n          </td>\n        </tr>\n        <tr>\n          <td align=\"right\" width=\"46%\">地址:</td>\n          <td align=\"left\" width=\"54%\">\n            <input type=\"text\" name=\"Address\"/>\n          </td>\n        </tr>\n        <tr>\n          <td align=\"right\" width=\"46%\">邮政编码:</td>\n          <td align=\"left\" width=\"54%\">\n            <input type=\"text\" name=\"ZipCode\"/>\n          </td>\n        </tr>\n        <tr>\n          <td align=\"right\" width=\"46%\">电子邮件:</td>\n          <td align=\"left\" width=\"54%\">\n            <input type=\"text\" name=\"Email\"/>\n          </td>\n        </tr>\n        <tr>\n          <td align=\"right\" width=\"46%\">联系电话:</td>\n          <td align=\"left\" width=\"54%\">\n            <input type=\"text\" name=\"Tel\"/>\n            <input type=\"hidden\" name=\"action\" value=\"add\"/>\n          </td>\n        </tr>\n        <tr>\n          <td colspan=\"2\" align=\"center\">\n            <input type=\"submit\" value=\"Submit\"/>\n          </td>\n        </tr>\n      </table>\n    </form>\n  </body>\n</html>\n".toCharArray();
    }
    catch (Throwable th) {
      System.err.println(th);
    }
}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -