?? 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 + -