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

📄 sendmail.aspx

📁 asp.net 商业2.0论坛对理解论坛的制作很用帮助
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="SendMail.aspx.cs" AutoEventWireup="false" Inherits="Forum.SendMail" %>
<HTML>
	<HEAD>
		<title>
			<%=Title%>
		</title>
		<META http-equiv="Content-Type" content="text/html; charset=gb2312">
		<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript (ECMAScript)" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK href="Forum.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body>
		<form id="Send" method="post" runat="server">
			<asp:Table id="Table1" runat="server" HorizontalAlign="Center" Width="97%" CellPadding="4" CellSpacing="1">
				<asp:TableRow AccessKey="H">
					<asp:TableCell ColumnSpan="2" HorizontalAlign="Center">
						<%=Title%>
					</asp:TableCell>
				</asp:TableRow>
				<asp:TableRow AccessKey="B">
					<asp:TableCell VerticalAlign="Top" Width="30%">请输入您的姓名:</asp:TableCell>
					<asp:TableCell Width="70%">
						<asp:TextBox ID="UsersName" Runat="server" Columns="30"></asp:TextBox>
					</asp:TableCell>
				</asp:TableRow>
				<asp:TableRow AccessKey="B">
					<asp:TableCell VerticalAlign="Top" Width="30%">请输入朋友的姓名:</asp:TableCell>
					<asp:TableCell Width="70%">
						<asp:TextBox ID="FriendName" Runat="server" Columns="30"></asp:TextBox>
					</asp:TableCell>
				</asp:TableRow>
				<asp:TableRow AccessKey="B">
					<asp:TableCell VerticalAlign="Top">请输入您朋友的 Email:</asp:TableCell>
					<asp:TableCell>
						<asp:TextBox ID="UsersMail" Runat="server" Columns="30"></asp:TextBox>
					</asp:TableCell>
				</asp:TableRow>
				<asp:TableRow AccessKey="B">
					<asp:TableCell VerticalAlign="Top">要发送的消息:</asp:TableCell>
					<asp:TableCell>
						<asp:TextBox ID="Body" Runat="server" TextMode="MultiLine" Columns="40" Rows="4"></asp:TextBox>
					</asp:TableCell>
				</asp:TableRow>
			</asp:Table>
			<table align="center" width="97%" cellpadding="4" cellspacing="1">
				<tr>
					<td align="middle">
						<asp:Button id="btnFinish" Text="发  送" Runat="server" OnClick="btnFinish_Click"></asp:Button>
					</td>
				</tr>
			</table>
			<table align="center" width="97%" cellpadding="4" cellspacing="1">
				<tr>
					<td>
						<asp:Label id="Info" runat="server" ForeColor="red"></asp:Label>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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