⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 updatepassword.aspx

📁 银行模拟系统代码.rar
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="UpdatePassword.aspx.cs" AutoEventWireup="false" Inherits="WebApplication2.UpdatePassword" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>UpdatePassword</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			&nbsp;
			<asp:Panel id="Panel1" style="Z-INDEX: 101; LEFT: 176px; POSITION: absolute; TOP: 64px" runat="server"
				Height="368px" Width="624px" BackImageUrl="image/修改密码.jpg" HorizontalAlign="Center">
				<P><FONT face="宋体"></FONT>&nbsp;</P>
				<FONT face="宋体">
					<P>&nbsp;</P>
				</FONT><FONT face="宋体"></FONT><FONT face="宋体"></FONT>
				<TABLE id="Table1" style="WIDTH: 503px; HEIGHT: 256px" cellSpacing="0" cellPadding="0"
					width="503" border="0">
					<TR>
						<TD style="FONT-WEIGHT: bold; WIDTH: 242px; HEIGHT: 63px" align="right"><FONT face="宋体" color="#ff0033">原密码:</FONT></TD>
						<TD style="HEIGHT: 63px"><FONT face="宋体">
								<asp:TextBox id="txtOldPwd" runat="server" Width="152px" BorderStyle="Outset" TextMode="Password"></asp:TextBox></FONT></TD>
					</TR>
					<TR>
						<TD style="FONT-WEIGHT: bold; WIDTH: 242px; HEIGHT: 52px" align="right"><FONT face="宋体" color="#ff0033">新密码:</FONT></TD>
						<TD style="HEIGHT: 52px"><FONT face="宋体">
								<asp:TextBox id="txtNewPwd" runat="server" Width="152px" BorderStyle="Outset" TextMode="Password"></asp:TextBox></FONT></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 242px; HEIGHT: 56px" align="right"><FONT style="FONT-WEIGHT: bold" face="宋体" color="#ff0033">确认密码:</FONT></TD>
						<TD style="HEIGHT: 56px"><FONT face="宋体">
								<asp:TextBox id="txtAffirmPwd" runat="server" Width="152px" BorderStyle="Outset" TextMode="Password"></asp:TextBox></FONT></TD>
					</TR>
					<TR>
						<TD align="center" colSpan="2">
							<P><FONT face="宋体">
									<asp:Button id="Button1" runat="server" BorderStyle="Outset" Text="确 定"></asp:Button></P>
							</FONT></TD>
					</TR>
				</TABLE>
				<P><FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
					</FONT>
					<asp:LinkButton id="LinkButton1" runat="server" Font-Bold="True" ForeColor="Blue">返 回</asp:LinkButton></P>
				<P><FONT face="宋体"></FONT>&nbsp;</P>
			</asp:Panel><FONT face="宋体"></FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -