📄 pwchg.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="top.asp"-->
<div align=center>
<%
If Session("usernum")="" Then
Response.Write("您没有权限查看此页,请")
%>
<a href="zhuce.asp"><%Response.Write("登录")%></a>
<%
Response.Write("后查看!")
%>
<p>
<!--#include file="down.asp"-->
<%
Response.End
End If
%>
</div>
<html>
<link rel="stylesheet" href="style.css">
<body>
<table border=1 cellspacing=0 align=center>
<form method=post action="pwupdate.asp">
<tr>
<td background="pic/03.gif" colspan=2> </td>
</tr>
<tr>
<td align=right bgcolor="#CCCCCC">请输入您的旧密码:</td>
<td align=left bgcolor="#CCCCCC"><input type=password size=16 name=oldpsw></td>
</tr>
<tr>
<td align=right bgcolor="#CCCCCC">请输入您的新密码:</td>
<td align=left bgcolor="#CCCCCC"><input type=password size=16 name=newpsw></td>
</tr>
<tr>
<td align=right bgcolor="#CCCCCC">请确认您的新密码:</td>
<td align=left bgcolor="#CCCCCC"><input type=password size=16 name=firpsw></td>
</tr>
<tr>
<td align=center bgcolor="#CCCCCC"><input type=submit value=提交></td>
<td align=center bgcolor="#CCCCCC"><input type=reset value=重置></td>
</tr>
</form>
</table>
<br>
<!--#include file="down.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -