📄 register.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>注册页面</title>
<style>
table,input{font-size:9pt}
.style1 {
font-family: "幼圆";
font-weight: bold;
font-size: 14pt;
color: #FFFFFF;
}
.style2 {color: #FF0000}
.STYLE3 {
font-size: 24px;
color: #FF0000;
font-family: "新宋体";
font-weight: bold;
}
.style4 {font-size: 24px; color: #000099; font-family: "新宋体"; font-weight: bold; }
</style>
<SCRIPT LANGUAGE = "VBScript">
Sub txtRepwd_onBlur
If frmReg.txtPassword.Value<>frmReg.txtPassword2.Value Then
Window.Alert "重复密码错误,请重新输入!"
End If
End Sub
</SCRIPT>
</head>
<body>
<p align="center" class="STYLE3"><img src="image/logo.gif" width="500" height="200"></p>
<p align="center" class="style4">用户注册</p>
<form name="frmreg" method="post" action="saveReg.asp">
<table width="314" height="185" border="0" align="center" cellpadding="1" cellspacing="0" bordercolor="#006699">
<tr bgcolor="#003399">
<td colspan="2"><div align="right"></div>
<div align="center" class="style1">请输入注册信息</div></td>
</tr>
<tr bgcolor="#CCCCCC">
<td width="157"><div align="right">用户名:</div></td>
<td width="233"><div align="left">
<input name="txtUserName" type="text" maxlength="12">
</div></td>
</tr>
<tr bgcolor="#CCCCCC">
<td><div align="right">密码:</div></td>
<td><div align="left">
<input name="txtPassword" type="password" maxlength="16">
</div></td>
</tr>
<tr bgcolor="#CCCCCC">
<td><div align="right" class="style2">重复密码:</div></td>
<td><div align="left">
<input name="txtPassword2" type="password" id="txtPassword2" maxlength="16">
</div></td>
</tr>
<tr bgcolor="#CCCCCC">
<td><div align="right">E-mail:</div></td>
<td><div align="left">
<input type="text" name="txtE_mail">
</div></td>
</tr>
<tr bgcolor="#CCCCCC">
<td colspan="2"><div align="right"></div>
<div align="center">
<input type="submit" name="btnsubmit" value="注册">
<input type="reset" name="btnreset" value="重置">
</div></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -