加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xiugaimima.jsp 762 Bytes
一键复制 编辑 原始数据 按行查看 历史
<%@ 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>密码修改</title>
</head>
<body>
<form name="form1" method="post" action="xiugaimima2.jsp">
<table width="400" height="120" border="1" align="center">
<caption>
<spanclass="STYLE1">修改密码</span>
</caption>
<tr> <td width="166">原密码: </td> <td width="318">
<input name="password" type="password" id="password"></td></tr>
<tr> <td colspan="2" align="center">
<input type="submit"name="Submit" value="确认">
</table>
</form>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化