code069.jsp
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>用户监听在线统计</title>
</head>
<body>
<form action="code068.jsp" method="post">
<div>
<h2>在线系统</h2>
<input type="text" name="user"><br>
<input type="submit" name="submit" value="登录">
</div>
</form>
</body>
</html>