<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!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=UTF-8">
<title>Insert title here</title>
<style>
#title {
color: red;
margin-left: 100px;
margin-top: 50px;
font-size: 30px;
}
</style>
</head>
<body>
<form action="<%=request.getContextPath()%>/updatePwdServlet"
method="post">
<h3>您修改的密码:</h3>
<ul>
<input type="hidden" name="id" value="${user.id }">
</ul>
<ul>
输 入 修 改 后 密 码 :
<input type="password" name="password" value="${user.password}">
</ul>
<ul>
再次输入修改后密码:
<input type="password" name="re_pwd">
</ul>
<ul>
            
<input type="submit">      
<input type="reset">
</ul>
<ul>
<h3 id="title">${result}</h3>
</ul>
</form>
</body>
</html>
UpdatePwd.jsp
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。