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

📄 reg.jsp

📁 jsp网上书店系统(论文+源程序).rar JSP开发的
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="../error/error.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>会员注册</title>
<link rel="stylesheet" type="text/css" href="../css/bs.css"/>
<script language="javascript" src="../css/bs.js"></script>
<jsp:useBean id="reg" scope="page" class="BookShop.MyTime" /></head>
<body> 
<p>&nbsp;</p> 
<p>&nbsp;</p> 
<p>&nbsp;</p> 
  <table width="359" border="1" align="center" cellpadding="-1" cellspacing="0" bordercolor="#ffffff" bordercolorlight="#0066ff" bordercolordark="#ffffff">
  <form name="form1" method="post" action="reg_save.jsp" onSubmit="return reg_save()"> 
    <tr align="center"> 
      <td height="27" colspan="4" class="two"><strong>会员注册</strong></td> 
    </tr> 
    <tr> 
      <td width="72" height="22" align="center">用&nbsp;户&nbsp;ID:</td> 
      <td width="280" height="22" colspan="3"><%=reg.getId()%> 
        <input name="id" type="hidden" value="<%=reg.getId()%>"></td> 
    </tr> 
    <tr> 
      <td width="72" height="22" align="center">用&nbsp;户&nbsp;名:</td> 
      <td width="280" height="22" colspan="3"><input name="username" type="text" maxlength="20"></td> 
    </tr> 
    <tr> 
      <td height="22" align="center">密&nbsp;&nbsp;&nbsp;&nbsp;码:</td> 
      <td height="22" colspan="3"><input name="password" type="password" maxlength="20" /> </td> 
    </tr> 
    <tr> 
      <td height="22" align="center">密码确认:</td> 
      <td height="22" colspan="3"><input name="repassword" type="password" maxlength="20" /> </td> 
    </tr> 
    <tr> 
      <td height="22" align="center">电&nbsp;&nbsp;&nbsp;&nbsp;话:</td> 
      <td height="22" colspan="3"><input name="phone" type="text"  id="phone" maxlength="20" /> </td> 
    </tr> 
    <tr> 
      <td height="22" align="center">E--mail:</td> 
      <td height="22" colspan="3"><input name="email" type="text" maxlength="40" /></td> 
    </tr> 
    <tr> 
      <td height="22" align="center">所&nbsp;在&nbsp;省:</td> 
      <td height="22" colspan="3"><input name="state" type="text" id="state2"  maxlength="20" /></td> 
    </tr> 
    <tr> 
      <td height="22" align="center">所&nbsp;在&nbsp;市:</td> 
      <td height="22" colspan="3"><input name="city" type="text" id="city2"  maxlength="20" /></td> 
    </tr> 
    <tr> 
      <td height="22" align="center">邮&nbsp;&nbsp;&nbsp;&nbsp;编:</td> 
      <td height="22" colspan="3"><input name="zip" type="text" id="zip"  maxlength="7" /></td> 
    </tr> 
    <tr> 
      <td height="22" align="center">具体地址:</td> 
      <td height="22" colspan="3"><input name="address" type="text" id="address2" size="35"  maxlength="80" /></td> 
    </tr> 
    <tr align="center" valign="middle"> 
      <td height="22" colspan="4"> <input name="Submit" type="submit"  value="提交"> 
&nbsp;&nbsp;&nbsp; 
        <input name="Submit2" type="reset"  value="重置"></td> 
    </tr> 
  </form> 
</table> 
</body>
</html>

⌨️ 快捷键说明

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