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

📄 register.jsp

📁 一个JAVA做的博客系统。系统采用JSP + JS + TOMCAT + MYSQL制作。用户能上传图片和音乐到系统中。游客和用户自己能在页面中浏览文件和听歌。
💻 JSP
字号:
<%@page pageEncoding="gb2312" %>
<%@page contentType="text/html; charset=gb2312" language="java" %>
<%request.setCharacterEncoding("gb2312"); %>
<html>
  <head>
	<script type="text/javascript" src="register.js"></script>
  </head>
  <body>
    <div>
	  <form>
	    <ul>注意:以下均为必填项</ul>
		<ul id = "unUl">用 &nbsp; 户 &nbsp; 名:
		  <input type="text" id="username" size="15" maxlength="18"/>
		    (中文:1~9位、英文、数字或下划线1~18位)
		</ul>
		<ul id="pwUl">密 &nbsp; &nbsp; &nbsp; &nbsp;码:
		  <input type="text" id="password" size="15" maxlength="16"/>
		    (英文、数字或下划线6~16位)
		</ul> 
		<ul id="qtUl">密码提示问题:
		  <input type="text" id="question" size="15" maxlength="50"/>
		    (中文:1~25位、英文、数字或下划线1~50位)
		</ul>
		<ul id = "awUl">密码提示答案:
		  <input type = "text" id = "answer" size = "15" maxlength = "50"/>
		    (中文:1~25位、英文、数字或下划线1~50位)
		</ul>
		<ul>
		&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
		  <input type = "button" id = "submit" value = "提 &nbsp;交" onClick = "javascript:void(check())" /> 
		 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
		 <input type = "reset" id = "reset" value = "重 &nbsp;置"/>
	    </ul>
	  </form>
	</div>
	<div style = "visibility:hidden;display:none">
	  <form id = "toRegister" method = "post" action = "Register">
		<input type = "text" name = "unReg" id = "unReg"/>
		<input type = "text" name = "pwReg" id = "pwReg"/>
		<input type = "text" name = "qtReg" id = "qtReg"/>
		<input type = "text" name = "awReg" id = "awReg"/>
	  </form>
	</div>
  </body>
</html>

⌨️ 快捷键说明

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