📄 changepassword.asp
字号:
<%
'********************************************
'** FileName: ChangePassword.asp
'** Author: Zhou Bo Email:bestfangli@china.com
'** Date: 2001-03-04
'** Description:
'**
'********************************************
%>
<!--#include file="inc.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Change Password</title>
</head>
<body>
<center>
<font color=blue size=6><b>XMail Web Mail System v0.0.1</b></font>
<hr width="60%" color=red>
</center>
<center>
<form action="ChangePassword2.asp" method="post">
<table border=1 width=300>
<tr>
<td><center><font color=blue>User Name</font></center>
</td>
<td><center><font color=blue><%=session("UserName") %></font></center>
</td>
</tr>
<tr>
<td><center><font color=blue>Old Password</font></center>
</td>
<td><input type=password name="txtOldPassword"></td>
</td>
</tr>
<tr>
<td>Password:</td>
<td><input type=password name="txtNewPassword"></td>
</tr>
<tr>
<td>Confirm:</td>
<td><input type=password name="txtNewPassword2"></td>
</tr>
<tr>
<td><input type=submit></td>
<td><input type=reset></td>
</tr>
</table>
</form>
</center>
<!--#include file="bottom.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -