📄 register.jsp
字号:
<!--空格行-->
<tr>
<td height="5" colspan="3"> </td>
</tr>
<!--用户名行-->
<tr>
<td width="15" height="30"> </td>
<td width="50" height="30" align="left" valign="middle" class="text3">用户名:</td>
<td width="135" height="30" align="left" valign="middle">
<input name="userName" type="text" class="text3" id="userName" value="" size="16" maxlength="16">
</td>
</tr>
<!--密码行-->
<tr>
<td width="15" height="30"> </td>
<td width="50" height="30" align="left" valign="middle" class="text3">密码:</td>
<td width="135" height="30" align="left" valign="middle">
<input name="userPW" type="password" class="text3" id="userPW" value="" size="16" maxlength="16">
</td>
</tr>
<!--登录注册按钮行-->
<tr>
<td height="25" colspan="3" align="left" valign="top">
<table width="100%" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="85" height="25" align="right" valign="middle"><input name="imageFieldLogin"type="image" src="<%=request.getContextPath()%>/images/button_login.gif" width="54" height="23" onClick="login_submit()">
</td>
<td width="30" height="25"> </td>
<td width="85" height="25" align="left" valign="middle"><a href="register.jsp"><img src="<%=request.getContextPath()%>/images/button_rege.gif" width="55" height="25" border="0"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<!--搜索部分的表格-->
<table cellspacing="0" cellpadding="0" width="100%" height="185" border="0">
<tr>
<td align="left" valign="top">
<TABLE width="100%" height="185" border=0 cellPadding=0 cellSpacing=0>
<FORM name=form1 action= method=post>
<!--虚线图片行-->
<TR>
<TD align="center" colSpan=2 height=10><IMG src="<%=request.getContextPath()%>/images/line.gif" width=180 height=1></TD>
</TR>
<!--鲜花搜索图片行-->
<TR align=middle>
<TD class=text1 colSpan=2 height=30><IMG src="<%=request.getContextPath()%>/images/title_spss.gif" width=160 height=30></TD>
</TR>
<!--空格行-->
<TR>
<TD align=right colSpan=2 height=5></TD>
</TR>
<!--价格范围行-->
<TR>
<TD width="35%" height="25" align=right class=text1>价格范围:</TD>
<TD width="50%" height="25" align=left class=text1>
<select style="WIDTH: 100px" name="prices_select">
<option value="0" selected>价格范围</option>
<option value="1">20元以下</option>
<option value="2">20-30元</option>
<option value="3">30-40元</option>
<option value="4">40-50元</option>
</select></TD>
</TR>
<!--关键字行-->
<TR>
<TD class=text1 align=right height=20>关 键 字:</TD>
<TD align=left><INPUT size=10 name=key></TD>
</TR>
<!--空格行-->
<TR>
<TD colSpan=2 height=10></TD>
</TR>
<!--搜索按钮行-->
<TR align=middle>
<TD class=text1 colSpan=2 height="35"><INPUT name="image" type=image src="<%=request.getContextPath()%>/images/button_search.gif" width=95 height=35></TD>
</TR>
</FORM>
</TABLE>
</td>
</tr>
</table>
<!--购物车部分的表格-->
<TABLE width="100%" height="85" border=0 cellPadding=0 cellSpacing=0>
<!--虚线图片行-->
<TR>
<TD align="center" height="10"><IMG height=1 src="<%=request.getContextPath()%>/images/line.gif" width=180></TD>
</TR>
<!--购物车图片行-->
<TR>
<TD align=middle height="65"><a href="<%=request.getContextPath()%>/shoppingCar.jsp"><IMG height=65 src="<%=request.getContextPath()%>/images/title_gwc.gif" width=185 border=0></a></TD>
</TR>
<!--虚线图片行-->
<TR>
<TD align="center" height="10"><IMG height=1 src="<%=request.getContextPath()%>/images/line.gif" width=180></TD>
</TR>
</TABLE>
<!--快捷查询部分的表格-->
<TABLE width="100%" height="270" border=0 cellPadding=5 cellSpacing=0>
<TR>
<TD height=20 align=middle background="<%=request.getContextPath()%>/images/title_rbg.gif" class=text6></TD>
</TR>
<TR>
<TD height=250 align="left" valign="middle">
</TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</td>
<!--==================中间部分右边一列==================-->
<td width="550" height="600" align="left" valign="top" background="<%=request.getContextPath()%>/images/right_bg.gif">
<!--右边一列嵌入的表格-->
<table width="550" height=600 border="0" cellpadding="0" cellspacing="0" background="<%=request.getContextPath()%>/images/right_bg.gif">
<tr>
<td align="center" valign="top"><table width="100%" border="0">
<tr>
<td align="center" valign="top"><p> </p>
<p>会员注册详细信息</p></td>
</tr>
<tr>
<td align="center" valign="top">请将您的下列详细信息填写正确、完整,其中带*号的项目是必需填写的项目。</td>
</tr>
<tr>
<td><p> </p>
</td>
</tr>
<tr>
<td align="center" valign="top">
<!--<form name="regForm" method="post" action="<%=request.getContextPath()%>/RegisterAction">-->
<form name="regForm" method="post">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="right">会员名:</td>
<td><input name="cName" type="text" value="" size="20" maxlength="12">
<span class="STYLE5">*</span><span class="STYLE2">(请输入1至12个英文字母或数字)</span></td>
</tr>
<tr>
<td align="right">密码:</td>
<td><input name="cPass" type="password" value="" size="20" maxlength="12">
<span class="STYLE5">*</span><span class="STYLE2">(1至12个英文字母或数字)</span></td>
</tr>
<tr>
<td align="right">确认密码:</td>
<td><input name="cPass2" type="password" value="" size="20" maxlength="12">
<span class="STYLE5">*</span><span class="STYLE2">(必须与上面输入的密码一致)</span></td>
</tr>
<tr>
<td align="right">性别:</td>
<td><table width="150">
<tr>
<td><label>
<input name="cSex" type="radio" value="男" checked>
男</label>
<label>
<input type="radio" name="cSex" value="女">
女</label></td>
</tr>
</table>
<td>
</tr>
<tr>
<td align="right">出生年月:</td>
<td><select name="cYYYY" id="cYYYY">
<option value="1999">1999</option>
<option value="1998">1998</option>
<option value="1997">1997</option>
<option value="1996">1996</option>
<option value="1995">1995</option>
<option value="1994">1994</option>
<option value="1993">1993</option>
<option value="1992">1992</option>
<option value="1991">1991</option>
<option value="1990">1990</option>
<option value="1989">1989</option>
<option value="1988">1988</option>
<option value="1987">1987</option>
<option value="1986">1986</option>
<option value="1985">1985</option>
<option value="1984">1984</option>
<option value="1983">1983</option>
<option value="1982">1982</option>
<option value="1981">1981</option>
<option value="1980" selected>1980</option>
<option value="1982">1982</option>
<option value="1981">1981</option>
<option value="1980">1980</option>
<option value="1979">1979</option>
<option value="1978">1978</option>
<option value="1977">1977</option>
<option value="1976">1976</option>
<option value="1975">1975</option>
<option value="1974">1974</option>
<option value="1973">1973</option>
<option value="1972">1972</option>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -