changepassword.asp

来自「XMAIL相关工具」· ASP 代码 · 共 55 行

ASP
55
字号
<% 
'********************************************
'** 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 + =
减小字号Ctrl + -
显示快捷键?