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

📄 passmod.aspx

📁 ASP.NET的一些开发实例,有论坛管理系统等
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="PassMod.aspx.cs" AutoEventWireup="false" Inherits="WorkGroupManager.user.PassMod" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>密码</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">
		<LINK href="../CSS/ADCC.css" type="text/css" rel="stylesheet">
		<script language="javascript" src="../DataCheck.js"></script>
		<script language="javascript" event="onclick" for="datacheck">
			if(Empty("tbUser","用户名") == false) return false;
			if(Empty("tbOldpw","旧密码") == false) return false;
			if(Empty("tbNewpw","新密码") == false) return false;
			if(Empty("tbConfirmpw","验证新密码") == false) return false;
			var ps=document.all['tbNewpw'].value;
			var ps2=document.all['tbConfirmpw'].value;
			if(ps!=ps2)
			{
				alert('密码验证不正确,请重新输入!');
				document.all['tbConfirmpw'].focus();
				return false;
			}
		</script>
	</HEAD>
	<body topmargin="0" leftmargin="0">
		<form id="Form1" method="post" runat="server">
			<table height="249" cellSpacing="0" cellPadding="0" width="498" border="0" style="WIDTH: 498px; HEIGHT: 249px">
				<TR>
					<TD vAlign="middle" height="23">
						<TABLE id="Table5" cellSpacing="0" cellPadding="0" width="100%" border="0">
							<TR>
								<TD style="WIDTH: 37px" vAlign="top" colSpan="1" rowSpan="1"><IMG src="../pics/tc-1.jpg"></TD>
								<TD vAlign="bottom">
									<P align="center"><FONT class="topic">:::::&nbsp;密码修改 :::::</FONT></P>
								</TD>
								<TD bgColor="white"><IMG src="../pics/tc-2.jpg"><IMG src="../pics/tc-3.jpg"></TD>
								<TD bgColor="white"></TD>
							</TR>
						</TABLE>
					</TD>
				</TR>
				<tr>
					<td>
						<HR width="96%" color="#ffffff" SIZE="1">
						<table style="WIDTH: 487px; COLOR: white; HEIGHT: 106px" cellSpacing="0" cellPadding="0"
							width="487" border="0">
							<tr>
								<td style="WIDTH: 123px" align="right" width="123" height="30">用户名:
								</td>
								<TD align="left" width="250"><FONT face="宋体">
										<asp:textbox id="tbUser" runat="server" Width="124px"></asp:textbox></FONT></TD>
							</tr>
							<tr>
								<td style="WIDTH: 123px; HEIGHT: 1px" align="right" width="123" height="1">旧密码:
								</td>
								<TD align="left" width="250" style="HEIGHT: 1px">
									<asp:textbox id="tbOldpw" runat="server" Width="124px" TextMode="Password"></asp:textbox></TD>
							</tr>
							<tr>
								<td style="WIDTH: 123px; HEIGHT: 1px" align="right" width="123" height="1">新密码:
								</td>
								<TD align="left" width="250" style="HEIGHT: 1px">
									<asp:textbox id="tbNewpw" runat="server" Width="124px" TextMode="Password"></asp:textbox></TD>
							</tr>
							<tr>
								<td style="WIDTH: 123px" align="right" width="123" height="30">确认新密码:
								</td>
								<TD align="left" width="250"><FONT face="宋体"></FONT>
									<asp:textbox id="tbConfirmpw" runat="server" Width="124px" TextMode="Password"></asp:textbox>
								</TD>
							</tr>
						</table>
						<HR width="96%" color="#ffffff" SIZE="1">
					</td>
				</tr>
				<TR>
					<TD vAlign="bottom"><FONT face="宋体"></FONT></TD>
				</TR>
				<TR>
					<TD height="31">
						<TABLE id="Table4" cellSpacing="0" cellPadding="0" width="100%" border="0">
							<TR>
								<TD width="1" style="WIDTH: 1px; HEIGHT: 31px"><FONT face="宋体"></FONT></TD>
								<TD width="305" background="../pics/tanchu-d.jpg" style="WIDTH: 305px; HEIGHT: 31px"></TD>
								<TD width="89" background="../pics/tanchu-temp.jpg" style="HEIGHT: 31px">
									<P align="center">
										<asp:LinkButton id="datacheck" runat="server">确  定</asp:LinkButton>&nbsp;
									</P>
								</TD>
								<TD width="89" background="../pics/tanchu-temp.jpg" style="HEIGHT: 31px">
									<P align="center"><A href="javascript:window.close()">取 消</A></P>
								</TD>
								<TD width="10" background="../pics/tanchu-d.jpg" style="HEIGHT: 31px"></TD>
							</TR>
						</TABLE>
					</TD>
				</TR>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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