📄 regist.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>欢迎光临本图书馆</title>
<Link href="Css.css" rel=stylesheet>
</head>
<!--#include file="Conn.asp"-->
<!--#include file="Function.asp"-->
<body topmargin="0" leftmargin="0">
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><img src="Images/title.jpg" width="283" height="51"></td>
</tr>
<tr>
<td height="25" ><table width="780" border="0" bgcolor="#EFEFEF" align="center" cellpadding="0" cellspacing="0" style="border-color:#000000;border-top-style: solid;border-top-width: 1">
<tr>
<td height="25" bgcolor="#EFEFEF"> <a href="Default.asp">首页 </a>|<a href="Login.asp"> 登录 </a>|<a href="Regist.asp"> 注册 </a>|<a href="AdminLogin.asp"> 管理 </a>
<% If Session("name") <> "" Then %>
│<a href="BorrowBook.asp"> 用户借书记录 </a>│<a href="UserInfo.asp"> 个人资料 </a>|<a href="ModifyInfo.asp"> 修改信息 </a>|<a href="Logout.asp"> 退出 </a>
<% End If %>
</td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-color:#000000;border-bottom-style: solid;border-bottom-width: 1;border-top-style: solid;border-top-width: 1">
<td height="25" background="Images/bg.gif"> 当前位置:用户注册页 </td>
</tr>
</table></td>
</tr>
<tr>
<td height="25" align="right">
</tr>
<tr>
<td>
<form method="post" action="ChkRegist.asp" name="form1">
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#44608A" ID="Table1">
<tr align="center">
<td height="25" colspan="2" background="Images/bg.gif"><font color="#FFFFFF"><b>新用户注册(带 </b></font><b><font color="#FF0000">**</font></b><font color="#FFFFFF"><b> 号项为必填项)</b></font></td>
</tr>
<tr>
<td width="40%" height="25" align="right" bgcolor="#FFFFFF"><font color="#FF0000">**</font>用户名:</td>
<td width="60%" bgcolor="#FFFFFF"> <input type="text" name="name" ID="Text1">
</td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><font color="#FF0000">**</font>密码:</td>
<td bgcolor="#FFFFFF"> <input type="password" name="pwd" ID="Text2">
(长度大于6位)</td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><font color="#FF0000">**</font>重复密码:</td>
<td bgcolor="#FFFFFF"> <input type="password" name="pwd1" ID="Text3">
(长度大于6位)</td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><font color="#FF0000">**</font>性别:</td>
<td bgcolor="#FFFFFF"> <input name="gender" type="radio" value="1" checked>男
<input type="radio" name="gender" value="0" <% If gender="0" Then Response.Write "checked" %>>
女</td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><font color="#FF0000">**</font>电子邮箱:</td>
<td bgcolor="#FFFFFF"> <input type="text" name="email" ID="Text4"></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><font color="#FF0000">*</font>QQ号码:</td>
<td bgcolor="#FFFFFF"> <input type="text" name="qq" ID="Text5"></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><font color="#FF0000">**</font>电话:</td>
<td bgcolor="#FFFFFF"> <input type="text" name="tel" ID="Text5"></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><font color="#FF0000">*</font>工作单位:</td>
<td bgcolor="#FFFFFF"> <input type="text" name="department" ID="Text5"></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><font color="#FF0000">*</font>单位地址:</td>
<td bgcolor="#FFFFFF"> <input type="text" name="deaddress" ID="Text5"></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><font color="#FF0000">**</font>家庭住址:</td>
<td bgcolor="#FFFFFF"> <input type="text" name="hoaddress" ID="Text5"></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><font color="#FF0000">*</font>邮编:</td>
<td bgcolor="#FFFFFF"> <input type="text" name="post" ID="Text5"></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><font color="#FF0000">**</font>身份证号码:</td>
<td bgcolor="#FFFFFF"> <input type="text" name="number" ID="Text5"></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#FFFFFF"><font color="#FF0000">*</font>上传照片:</td>
<td bgcolor="#FFFFFF"> <input type="file" size="60" name="imagespath" value="" ID="File1"></td>
</tr>
<tr>
<td height="30" colspan="2" align="center" bgcolor="#FFFFFF">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="reset" value="重置"></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -