⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 updateuser.asp

📁 这次自已做的美工,可能很难看,但主要是为提高效率,这次全部生成了静态,只有一个链接查看最新文章的列表没有生成,因为我觉得没必要生成,浪费空间大小,那是一个很少用到的功能!这次去掉了很多功能,这个版本主
💻 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 + -