⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reuserlogin.jsp

📁 网上书店jsp开发 购物车 收藏 使用servlet 是小型项目 仅供参考
💻 JSP
字号:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page contentType="text/html; charset=gb2312" %> 
<% request.setCharacterEncoding("GB2312"); %>
<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {
	font-size: 36px;
	font-weight: bold;
	color: #0066FF;
}
.STYLE2 {font-size: 16px; font-weight: bold; color: #FF0000; }
.STYLE4 {font-size: 18}
.STYLE5 {
	font-size: 18px;
	color: #0066FF;
	font-weight: bold;
}
.STYLE6 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.STYLE7 {color: #FF0000}
-->
</style>
</head>

<body>
<form id="form1" name="form1" method="post" action="doUserLogin.jsp">
  <p align="center" class="STYLE1">普通用户注册</p>
  <p align="left" class="STYLE2">基本资料(必填):</p>
  <hr />
  <p class="STYLE5">用&nbsp;户&nbsp;名:
    <input type="text" name="textfield" />
  </p>
  <p class="STYLE5">密&nbsp;&nbsp;&nbsp;&nbsp;码:
    <input type="password" name="textfield2" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="STYLE7">错误信息:密码前后输入不一致,请重新输入!</span></p>
  <p class="STYLE5">密码验证:
    <input type="password"" name="textfield3" />
  </p>
  <p class="STYLE5">电子邮箱:
    <input type="text" name="textfield4" />
  </p>
  <p class="STYLE5">联系电话:
    <input type="text" name="textfield5" />
  </p>
  <p class="STYLE5">联系地址:
    <input type="text" name="textfield6" />
  </p>
  <p class="STYLE6">其他(选填):</p>
  <hr />
  <p class="STYLE5">兴趣爱好:
    <input type="checkbox" name="checkbox" value="checkbox" />
  运动 &nbsp;
  <input type="checkbox" name="checkbox2" value="checkbox" />
  音乐&nbsp;
  <input type="checkbox" name="checkbox3" value="checkbox" />
  阅读&nbsp;
  <input type="checkbox" name="checkbox4" value="checkbox" />
  上网&nbsp;
  <input type="checkbox" name="checkbox5" value="checkbox" />
  旅游&nbsp;&nbsp;
  <input type="checkbox" name="checkbox6" value="checkbox" />
  交友</p>
  <p class="STYLE5">Q Q:
    <input type="text" name="textfield7" />
  </p>
  <p class="STYLE5">MSN:
    <input type="text" name="textfield8" />
  </p>
  <p class="STYLE5">&nbsp;</p>
  <p align="center" class="STYLE5">
    <input type="submit" name="Submit" value="确定" />
    &nbsp;&nbsp;
    <input type="reset" name="Submit2" value="重置" />
  </p>
  <p class="STYLE4">	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;	</p>
  <p align="center" class="STYLE6"><a href="index.jsp">首页</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="user.jsp">返回</a></p>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -