📄 memberamend_pass.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="memberamend_pass.aspx.cs" Inherits="amend" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>会员密码</title>
<link href="images/StyleSheet2.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<!--#include file="head.htm"-->
<div>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="32"> </td>
<td width="722"> 当前位置: <a href="index.php">海南商情 </a>>> <a href="hui_yzx.php">会员中心 </a>>>修改密码 </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr align="center">
<td colspan="2"><img src="images/images1/mm_mm.gif" width="560" height="32" /></td>
</tr>
</table>
<table width="560" border="1" align="center" cellpadding="0" cellspacing="0" class="hu4">
<tr align="left">
<td colspan="2" style="height: 18px"> (*为必填) </td>
</tr>
<tr>
<td width="108" align="center" style="height: 21px"> 原密码: </td>
<td width="450" style="height: 21px"> <asp:TextBox ID="TextBox_pass" runat="server" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox_newpass"
ErrorMessage="请输入密码"></asp:RequiredFieldValidator></td>
</tr>
<tr>
<td align="center" style="height: 26px"> 新密码: </td>
<td style="height: 26px"> <asp:TextBox ID="TextBox_newpass" runat="server" TextMode="Password"></asp:TextBox><span style="font-size: 10pt;
color: #999900">(5-16位数字或字母) </span><font size="2"><span class="style16" style="color: #ff0000">
*</span></font></td>
</tr>
<tr>
<td align="center" style="height: 26px"> 确认密码: </td>
<td style="height: 26px"> <asp:TextBox ID="TextBox_renewpass" runat="server" TextMode="Password"></asp:TextBox><span style="font-size: 10pt;
color: #999900">再次输入密码以确认 </span><font size="2"><span class="style16" style="color: #ff0000">
*<asp:CompareValidator ID="CompareValidator1" runat="server"
ErrorMessage="请确认密码" ControlToValidate="TextBox_renewpass" ControlToCompare="TextBox_newpass"></asp:CompareValidator></span></font></td>
</tr>
<tr>
<td style="height: 21px"> </td>
<td style="height: 21px" align="center">
<asp:Button ID="Button1" runat="server" Text="确认" Width="43px" OnClick="Button1_Click" />
<input id="Reset1" style="width: 79px" type="reset" value="我要重写" /></td>
</tr>
</table>
</div>
<!--#include file="down.htm"-->
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -