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

📄 303cedf0da18001e1aa3f6da0f9d7068

📁 网上购物系统
💻
字号:
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    
    <title>My JSP 'index.jsp' starting page</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->
  </head>
  <body>
  <jsp:include flush="true" page="header.jsp"></jsp:include>
<form name="form1" method="post" action="CustomerRegistServlet">
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td colspan="2"><div align="center" class="STYLE1">用户注册</div></td>
  </tr>
  <tr>
    <td>姓名:</td>
    <td>
      <input type="text" name="CustomerRegistName">    </td>
  </tr>
  <tr>
    <td>性别:</td>
    <td><input type="radio" name="sex" value="male">
      <input type="radio" name="sex" value="female">
      女</td>
  </tr>
  <tr>
    <td>密码:</td>
    <td><input type="password" name="CustomerRegistPassword"></td>
  </tr>
  <tr>
    <td>Email:</td>
    <td><input type="text" name="email"></td>
  </tr>
  <tr>
    <td>地址:</td>
    <td><input type="text" name="address"></td>
  </tr>
  <tr>
    <td>联系方式:</td>
    <td><input type="text" name="contact"></td>
  </tr>
  
  <
  <tr>
    <td colspan="2"><div align="center">
      <input type="submit" name="Submit" value="提交">
      <input type="reset" name="Submit2" value="重置">
    </div></td>
    </tr>
</table>
</form>
 <jsp:include flush="true" page="footer.jsp"></jsp:include>
</body>
</html>

⌨️ 快捷键说明

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