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

📄 login.aspx

📁 这是我制作的一个小论坛源码··能够简单实现发表帖子··管理帖子·后台管理等功能
💻 ASPX
字号:
<%@ Register TagPrefix="uc2" TagName="foot" Src="foot.ascx" %>
<%@ Page language="c#" Codebehind="login.aspx.cs" AutoEventWireup="false" Inherits="bbs.login" %>
<%@ Register TagPrefix="uc2" TagName="head" Src="head.ascx" %>
<!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 rel="stylesheet" type="text/css" href="Style.css">
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<style type="text/css">
BODY { BACKGROUND-COLOR: #ffffcc }
		</style>
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<table width="100%" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td height="200" bgcolor="#ffffcc"><div align="center">
							<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
								height="200" width="100%" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
								<PARAM NAME="_cx" VALUE="26696">
								<PARAM NAME="_cy" VALUE="5292">
								<PARAM NAME="FlashVars" VALUE="">
								<PARAM NAME="Movie" VALUE="top.swf">
								<PARAM NAME="Src" VALUE="top.swf">
								<PARAM NAME="WMode" VALUE="Window">
								<PARAM NAME="Play" VALUE="-1">
								<PARAM NAME="Loop" VALUE="-1">
								<PARAM NAME="Quality" VALUE="High">
								<PARAM NAME="SAlign" VALUE="">
								<PARAM NAME="Menu" VALUE="-1">
								<PARAM NAME="Base" VALUE="">
								<PARAM NAME="AllowScriptAccess" VALUE="">
								<PARAM NAME="Scale" VALUE="ShowAll">
								<PARAM NAME="DeviceFont" VALUE="0">
								<PARAM NAME="EmbedMovie" VALUE="0">
								<PARAM NAME="BGColor" VALUE="">
								<PARAM NAME="SWRemote" VALUE="">
								<PARAM NAME="MovieData" VALUE="">
								<PARAM NAME="SeamlessTabbing" VALUE="1">
								<PARAM NAME="Profile" VALUE="0">
								<PARAM NAME="ProfileAddress" VALUE="">
								<PARAM NAME="ProfilePort" VALUE="0">
								<PARAM NAME="AllowNetworking" VALUE="all">
								<PARAM NAME="AllowFullScreen" VALUE="false">
								<embed src="/Skins/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
									type="application/x-shockwave-flash" width="148" height="98"> </embed>
							</OBJECT>
						</div>
					</td>
				</tr>
			</table>
			<TABLE cellSpacing="1" cellPadding="0" width="100%" align="center" border="0">
				<TBODY>
					<TR bgcolor="#ffffcc">
						<TD height="25"><A href="index.aspx"><FONT face="宋体" color="#666666">社区动力</FONT></A><FONT face="宋体">&nbsp;-
							</FONT>登录</TD>
						</TD></TR>
				</TBODY>
			</TABLE>
			<TABLE cellSpacing="1" cellPadding="0" width="100%" align="center" border="0">
				<TBODY>
					<TR bgcolor="#ffffcc">
						<td height="25" colSpan="2" align="center" vAlign="middle"><div align="center">用户登录</div>
						</td>
					</TR>
					<TR bgcolor="#ffffcc">
						<TD width="416" vAlign="middle" style="WIDTH: 416px"><div align="right">用户名:</div>
						</TD>
						<TD width="60%" vAlign="middle"><FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
							<asp:TextBox id="TextBox_loginname" runat="server"></asp:TextBox>
							<asp:LinkButton id="LinkButton_regist" runat="server">没有注册?</asp:LinkButton></TD>
					</TR>
					<TR bgcolor="#ffffcc">
						<TD vAlign="middle" style="WIDTH: 414px"><div align="right">密码:</div>
						</TD>
						<TD vAlign="middle"><FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
							<asp:TextBox id="TextBox_loginpwd" runat="server" TextMode="Password" Width="128px"></asp:TextBox>
							<asp:LinkButton id="LinkButton_lostmima" runat="server">忘记密码?</asp:LinkButton></TD>
					</TR>
					<tr bgcolor="#ffffcc">
						<td style="WIDTH: 414px"><FONT face="宋体"></FONT></td>
						<td><FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;</FONT>
							<asp:Button id="Button_denglu" runat="server" Text="登陆"></asp:Button><FONT face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT>
							<asp:Button id="Buttom_back" runat="server" Text="返回"></asp:Button>
						</td>
					</tr>
					<tr bgcolor="#ffffcc">
						<td colspan="2"></td>
					</tr>
				</TBODY>
			</TABLE>
			<uc2:foot id="Foot1" runat="server"></uc2:foot>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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