您的位置:首页 > 编程语言

web会员注册页面代码(4)

2016-03-24 19:48 302 查看
<!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=utf-8" />
<title>你好</title>
</head>
<body>
<form action="mailto:mingrisoft@mingrisoft.com" method="post" name="invest" enctype="text/plain">
<h1>会员注册界面</h1>
用户名称:<input type="text" name="usermame" size="20" />
<br/>
联系电话:<input type="text" name="usermame" size="20" />
<br/>
密码:
<input name="pass" type="password" value="" size="20" />
<br/>
确认密码:<input type="password" name="pass" size="20" maxlength="8"/>
<br/>
性别:<input type="radio" value="A" name="radio" />男
<input type="radio" value="B" name="radio" />女
<br/>
爱好:
<br/>
<input type="checkbox" value="A1" name="check" />体育
<br/>
<input type="checkbox" value="A2" name="check" />音乐
<br/>
<input type="checkbox" value="A3" name="check" />书法
<br/>
<input type="checkbox" value="A4" name="check" />体育
<br/>
<input type="submit" name="M1" value="确认" />
<br/>
<input type="reset" name="XM" value="重置" />
<br/>
<input type="button" value="关闭当前窗口" name="close" onclick="window.close()" />
<br/>
</form>
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: