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

📄 adminlogin.jsp

📁 本人大学时大型作业用JAVA做的一个 BBS系统 模式MVC 非struts版 开发工具JCreator Pro 数据库SQL2
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<%@ include file="header.html" %>
<h1>管理员登陆页面</h1>
<hr>
<center>
  <form name="form1" method="post" action="/BBS/controller/AdminLogin">
    <table>
      <tr>
        <td>管理员:</td>
        <td><input type="text" name="username"></td>
      </tr>
      <tr>
        <td>密码:</td>
        <td><input type="password" name="userpassword"></td>
      </tr>
	  <tr>
	  	<td><input type="submit" name="Submit" value="提交"></td>
		<td><input type="reset" name="Reset" value="取消"></td>
	  </tr>
    </table>
  </form>
</center>
<p>
	<center>
		[ <a href="/BBS/jsp/bbsIndex.jsp">Home</a> ]		
	</center>
</p>
</body>
</html>

⌨️ 快捷键说明

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