📄 update_user_pw.asp
字号:
<%@LANGUAGE="VBSCRIPT"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>修改用户密码</title>
</head>
<body>
<div align="left"><!-- #include file="pagetop.asp" --></div>
<form method="POST" action="update_user_pw_sav.asp?userid=<%=session("user_name")%>">
<table width="180" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td height="70"></td>
</tr>
<tr>
<td height="20" colspan="2" align="center" bgcolor="#E4E2FE"><font color="#0000FF" size="-1">修改用户密码</font></td>
</tr>
<tr>
<td height="20" colspan="2" align="center" bgcolor="#F2F2F2"><font size="-1">请输入旧密码:
<input type="password" name="oldpw" style="BORDER-RIGHT: #ffffff 1px groove; BORDER-TOP: #ffffff 1px groove; BORDER-LEFT: #ffffff 1px groove; COLOR: #333333; BORDER-BOTTOM: #ffffff 1px groove; HEIGHT: 18px; BACKGROUND-COLOR: #ffffff"; size="10" maxlength="16">
</font></td>
</tr>
<tr>
<td height="20" colspan="2" align="center" bgcolor="#F2F2F2"><font size="-1">请输入新密码:
<input type="password" name="newpw1" style="BORDER-RIGHT: #ffffff 1px groove; BORDER-TOP: #ffffff 1px groove; BORDER-LEFT: #ffffff 1px groove; COLOR: #333333; BORDER-BOTTOM: #ffffff 1px groove; HEIGHT: 18px; BACKGROUND-COLOR: #ffffff"; size="10" maxlength="16">
</font></td>
</tr>
<tr>
<td height="20" colspan="2" align="center" bgcolor="#F2F2F2"><font size="-1">请确认新密码:
<input type="password" name="newpw2" style="BORDER-RIGHT: #ffffff 1px groove; BORDER-TOP: #ffffff 1px groove; BORDER-LEFT: #ffffff 1px groove; COLOR: #333333; BORDER-BOTTOM: #ffffff 1px groove; HEIGHT: 18px; BACKGROUND-COLOR: #ffffff"; size="10" maxlength="16">
</font></td>
</tr>
<tr>
<td width="50%" height="20" align="center" bgcolor="#F2F2F2"><input type="submit" name="Submit" value="提交"></td>
<td align="center" bgcolor="#F2F2F2"><input type="reset" name="Submit2" value="重置"></td>
</tr>
<tr>
<td height="70"></td>
</tr>
</table>
</form>
<!-- #include file="pagefooter.html" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -