📄 changpwd.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="error.asp"-->
<%
'johnson code
user=session("user")
pwd=session("pwd")
chkuser user,pwd
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网站后台管理</title>
</head>
<body bgcolor="#FEFBF1" background="images/sky2.gif">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<form name="form1" method="post" action="changpwdok.asp">
<table width="267" height="88" border="1" align="center" bgcolor="#C0C0C0">
<tr>
<td colspan="3" bgcolor="#A7CCED"><div align="center">更改密码</div></td>
</tr>
<tr>
<td width="83">原密码:</td>
<td width="168" colspan="2"><input name="oldpwd" type="password" id="oldpwd"></td>
</tr>
<tr>
<td>新密码:</td>
<td colspan="2"><input name="newpwd1" type="password" id="newpwd1"></td>
</tr>
<tr>
<td width="83">确认密码:</td>
<td colspan="2" width="168"><input name="newpwd2" type="password" id="newpwd2"></td>
</tr>
<tr>
<td colspan="3"> <input type="image" name="tj" src="images/qd.GIF" onmouseover="this.src='images/qd1.gif'"
onmouseout="this.src='images/qd.gif'"> <img src="images/qx.GIF" onClick="form1.reset()" onmouseover="this.src='images/qx1.gif'"
onmouseout="this.src='images/qx.gif'"> </td>
</tr>
</table>
</form>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -