📄 updateuser.asp
字号:
<!--#include file="seeadmin.asp"-->
<%
call nadmin
%>
<STYLE type=text/css>
A:link {
COLOR: #000000; FONT-FAMILY: 宋体; TEXT-DECORATION: none
}
A:visited {
COLOR: #000000; FONT-FAMILY: 宋体; TEXT-DECORATION: none
}
A:active {
FONT-FAMILY: 宋体; TEXT-DECORATION: underline
}
A:hover {
COLOR: #84bd6b; TEXT-DECORATION: underline overline
}
BODY {
COLOR: #000000;
FONT-FAMILY: 宋体;
FONT-SIZE: 9pt;
background-color: #CCCCFF;
}
TABLE {
COLOR: #000000; FONT-FAMILY: 宋体; FONT-SIZE: 9pt
}
.f24 {
COLOR: #ff0000; FONT-FAMILY: 宋体; FONT-SIZE: 9pt; TEXT-DECORATION: underline overline
}
.l17 {
LINE-HEIGHT: 170%
}
.f18 {
FONT-SIZE: 18px
}
.style1 {
font-size: 14pt;
font-weight: bold;
color: #FF0000;
}
</STYLE>
<html>
<head>
<title>密码修改</title>
</head>
<body>
<center>
<table border="0" width="300" bgcolor="#A6CAF0">
<tr><td height="30" align="center"><span class="style1">修改密码</span></td>
</tr>
</table>
<table border="0" width="300" bgcolor="#D4BFFF">
<form method"=post" action="userupdate.asp"><tr>
<td>原始密码:</td><td><input type="password" name="oldpwd" size="20"></td>
</tr><tr>
<tr>
<td>新密码:</td><td><input type="password" name="pwd" size="20"></td>
</tr>
<tr>
<td>确认密码:</td><td><input type="password" name="repwd" size="20"></td>
</tr><tr>
<td></td><td><input type="submit" value=" 确 定 ">
<input type="reset" name="Submit" value=" 重 置 "></td>
</tr></form>
</table>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -