userregister.html~1~

来自「网上购书系统!jsp+servlet+jdbc实现!数据库sqlserver2」· HTML~1~ 代码 · 共 66 行

HTML~1~
66
字号
<!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>
</head>

<body bgcolor="#CCCCCC">
<table width="20" border="1" cellpadding="5" align="center">
    <tr>
	    <td nowrap="nowrap"><b><font size="5" face="宋体">用户注册</font></b></td>
	</tr>
</table>
<center>
<p><font face="宋体">请填写必要的用户信息</font></p>
</center>
<form name="form2" action="" method="post">
    <table border="0" align="center">
	    <tr>
		    <td>登陆账号:</td>
			<td>
			<input type="text" name="userId" value="" size="20" /><font color="#FF0000">*</font>
			</td>
		</tr>
		 <tr>
		    <td>登陆密码:</td>
			<td>
			<input type="password" name="oldpass" value="" size="20" /><font color="#FF0000">*</font>
			</td>
		</tr>
		 <tr>
		    <td>确认密码:</td>
			<td>
			<input type="password" name="newpass" value="" size="20" /><font color="#FF0000">*</font>
			</td>
		</tr>
		 <tr>
		    <td align="right">性别:</td>
			<td>
			  <input type="radio" name="sex" value="男" checked="checked" />男
			  <input type="radio" name="sex" value="女" />女
			</td>
		</tr>
		 <tr>
		    <td align="right">电话:</td>
			<td>
			<input type="text" name="tel" value="" size="20" /><font color="#FF0000">*</font>
			</td>
		</tr>
		 <tr>
		    <td align="right">住址:</td>
			<td>
			<input type="text" name="address" value="" size="20" /><font color="#FF0000">*</font>
			</td>
		</tr>
		<tr>
		    <td colspan="2" align="center">
			    <input type="submit" name="Submit" value="注册" />
				<input type="reset" name="Reset" value="重填" />
			</td>
		</tr>
	</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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