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

📄 register.jsp

📁 一个小型的BBS系统
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=gb2312"    pageEncoding="gb2312"%><!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>Insert title here</title></head><body>
<a href="/bbs_design/index.jsp">论坛主页</a> >> 用户注册<br><br><hr>
<form action="regsub.jsp" method="post">

<table width="900" border="3" align="center">
  <tr>
    <th width="184" height="30" scope="row">ID:</th>
    <td width="696"><input type="text" name="name" /></td>
  </tr>
  <tr>
    <th height="27" scope="row">密码:</th>
    <td><input type="password" name="pwd" /></td>
  </tr>
  <tr>
    <th height="27" scope="row">确认密码:</th>
    <td><input type="password" name="subpwd" /></td>
  </tr>
  <tr>
    <th height="26" scope="row">昵称:</th>
    <td><input type="text" name="tname" /></td>
  </tr>
  <tr>
    <th height="204" scope="row">选择头像:</th>
    <td>
    <input type="radio" name="head" value=1 checked="checked"><img src="file:///E:/eclipse/workspace/bbs_design/WebContent/head/1.jpg" ></img>
    <input type="radio" name="head" value=2><img src="file:///E:/eclipse/workspace/bbs_design/WebContent/head/2.jpg" ></img>
    <input type="radio" name="head" value=3><img src="file:///E:/eclipse/workspace/bbs_design/WebContent/head/3.jpg" ></img>
    <input type="radio" name="head" value=4><img src="file:///E:/eclipse/workspace/bbs_design/WebContent/head/4.jpg" ></img></td>
  </tr>
  <tr>
    <th height="30" scope="row">密码提示问题:</th>
    <td><input type="text" name="question" /><br></td>
  </tr>
  <tr>
    <th height="29" scope="row">密码提示答案:</th>
    <td><input type="text" name="answer" /><br></td>
  </tr>
  <tr>
    <th height="28" scope="row"><input type="submit" value="确定" /></th>
    <td><input type="reset" value="清空" /></td>
  </tr>
</table>

</form></body></html>

⌨️ 快捷键说明

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