<body> <form action="dologin.jsp" method="post"> 用户名:<input type="text" name="uname" value="tang" /><Br> 密码 :<input type="password" name="upwd" value="777" /><br> <input type="submit" value="登录"> </form> </body> index.jsp
<body> <form action="dologin.jsp" method="post"> 用户名:<input type="text" name="uname" value="tang" /><Br> 密码 :<input type="password" name="upwd" value="777" /><br> <input type="submit" value="登录"> </form> </body> index.jsp