1:
<%@ page language="java" contentType="text/html; charset=GB2312"
pageEncoding="GB2312"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<title>登录</title>
</head>
<body>
<center>欢迎登录系统</center>
<form name="login" method="post"
action=<%=request.getContextPath()+"/process" %>>
<input type="hidden" name=operation value="logon">
<label>ID: </label>
<input type=text name="userID" value=""><br><label>密码:</label>
<input type="password" name="password1" value=""><br><input type="submit" name="tj" value="提交"></input>
<input type="reset" name="reset"></input><br><label>如果您是第一次使用本系统,请首先<a href="reg.jsp">注册</a></label>
</form>
</body>
</html>
<%@ page language="java" contentType="text/html; charset=GB2312"
pageEncoding="GB2312"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<title>登录</title>
</head>
<body>
<center>欢迎登录系统</center>
<form name="login" method="post"
action=<%=request.getContextPath()+"/process" %>>
<input type="hidden" name=operation value="logon">
<label>ID: </label>
<input type=text name="userID" value=""><br><label>密码:</label>
<input type="password" name="password1" value=""><br><input type="submit" name="tj" value="提交"></input>
<input type="reset" name="reset"></input><br><label>如果您是第一次使用本系统,请首先<a href="reg.jsp">注册</a></label>
</form>
</body>
</html>










