<%@ 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>