📄 userregister.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" />
<link href="myCss.css" rel="stylesheet" type="text/css" />
<link href="mytable.css" rel="stylesheet" type="text/css" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {color: #99CC66}
-->
</style>
</head>
<body class="myCss">
<table width="767" border="0" cellpadding="0" cellspacing="0">
<br /><br /><!--DWLayoutTable-->
<tr>
<td width="86" height="373" valign="top"><!--DWLayoutEmptyCell--> </td>
<td width="681" valign="top"><p> </p>
<p>请如实填写你的注冊信息---></p>
<form id="form1" name="form1" method="post" action="RegisterAction.jsp">
<span class="STYLE1">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ </span>
<table width="400" border="0" cellspacing="0" class="mytable">
<tr>
<td width="140" height="30"><div align="center">userName</div></td>
<td width="375" height="30"><div align="center">
<input name="textfield" type="text" size="15" />
</div></td>
</tr>
<tr>
<td width="140" height="30"><div align="center">passWord</div></td>
<td height="30"><div align="center">
<input name="textfield2" type="password" size="15" />
</div></td>
</tr>
<tr>
<td width="140" height="30"><div align="center">passwordConfirm</div></td>
<td height="30"><div align="center">
<input name="textfield3" type="password" size="15" />
</div></td>
</tr>
<tr>
<td width="140" height="30"><div align="center">YourSex :</div></td>
<td height="30"><div align="center">
<label>
<input name="radiobutton" type="radio" value="B" checked="checked" />
boy</label>
<label>
<input type="radio" name="radiobutton" value="G" />
girl</label>
</div></td>
</tr>
<tr>
<td height="30" colspan="2"><div align="center">
<p> </p>
<p>
<input name="Submit" type="submit" class="myCss" value="提交" />
<input name="Submit2" type="reset" class="myCss" value="重置" />
</p>
</div> <div align="center"></div></td>
</tr>
</table>
</form>
<p> </p></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -