-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddress.php
More file actions
48 lines (47 loc) · 2.29 KB
/
address.php
File metadata and controls
48 lines (47 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<head>
<title>
个人信息
</title>
</head>
<body>
<H1>个人信息</H1>
<form name="form1" name="post" action="register2.asp"
<tr>
<td height="20" colspan="2"><hr></td>
<tr>
<td width="27%" height="24"><div align="left">用户账号:</div></td>
<td width="73%"<div align="right">
<input name="useraccount" maxlength="10">
(不少于2位,由字母和数字组成)<font color="#ff0000">*</font></div></td>
<tr>
<td height="24" ><div align="left">密码:</div></td>
<td><input type="password" name="password" maxlength="10"> (不少于4位)<font color="#ff0000">*</font><div></td>
<tr>
<td height="12" ><div align="left">确认密码:</div></td>
<td><input type="password" name="password" maxlength="10"><font color="#ff0000">*</font></td>
<tr>
<td height="12"><div align="left">真实姓名:</div></td>
<td><input name="username" maxlength="20"><font color="#ff0000">*</font></td>
<tr>
<td height="24"><div align="left">性别:</div></td>
<td><input type="radio" name="sex" value="男" checked>
<input type="radio" name="sex" value="女"> 女 </td>
<tr>
<td height="24"><div align="left">E_mail:</div></td>
<td><input type="number" name="number" maxlength="20"> (不少于7位,由字母、数字和@组成)<font color="#ff0000">*</font></td>
<tr>
<td height="12"><div align="left">常用电话:</div></td>
<td><input number="usernumber" maxlength="12"><font color="#ff0000">*</font></td>
<tr>
<td height="12"><div align="left">邮政编码:</div></td>
<td><input number="usernumber" maxlength="6"><font color="#ff0000">*</font></td>
<tr>
<td height="24"><div align="left">收货地址:</div></td>
<td><input type="address" name="address" maxlength="50"><font color="#ff0000">*</font></td>
<tr>
<td height="24"><div align="left">用户类别:</div></td>
<td><input type="radio" name="usertype" value="个人用户 " checked> 个人用户 </td>
</form>
</body>
</html>