inputun.jsp

来自「一个JAVA做的博客系统。系统采用JSP + JS + TOMCAT + MYS」· JSP 代码 · 共 24 行

JSP
24
字号
<%@page pageEncoding="gb2312" %>
<%@page contentType="text/html; charset=gb2312" language="java" %>
<%request.setCharacterEncoding("gb2312"); %>
<html>
  <head>
	<script type="text/javascript" src="inputUn.js"></script>
  </head>
  <body>
    <div>
  	  <ul id = "unUl">用 户 名:
	    <input type="text" id="username" size="15" maxlength="18"/>&nbsp; 
	  </ul>
	  <ul>
		&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
		<input type = "button" id = "submit" value = "提 交" onClick = "javascript:void(check())" /> 
	  </ul>
	</div>
	<div style = "visibility:hidden;display:none">
	  <form id = "toInputUn" method = "post" action = "InputUn">
		<input type = "text" name = "unReg" id = "unReg"/>
	  </form>
	</div>
  </body>
</html>

⌨️ 快捷键说明

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