java web簡單登錄界面(jsp)


<%@ page language="java" import="java.util.*" contentType="text/html;charset=utf-8"%>  
<html>  
<head>  
<title>  
用戶登錄  
</title>  
</head>  
<body bgcolor="#e3e3e3">  
<center>  
<form action="check.jsp" method="post">  
<table>  
  <caption>用戶登錄</caption>  
  <tr><td>用戶名:</td><td><input type="text" name="username" size="20"/></td></tr>  
  <tr><td>密碼:</td><td><input type="password" name="pwd" size="20"/></td></tr>  
  <tr><td><input type="submit" value="登   錄"/><td><input type="reset" value="重新輸入"/>  
  </table>  
</form>  
  未注冊的用戶,請單擊<a href="register.jsp">這里</a>注冊!  
</body>  
</center>  
</html>  

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM