?? mailtostudent.aspx
字號:
<%@ Page language="c#" Codebehind="MailtoStudent.aspx.cs" AutoEventWireup="false" Inherits="baoming.admin.MailtoStudent" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>MailtoStudent</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="css/style.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<table id="table1" cellPadding="2" width="100%" bgColor="#e4eaf2" border="0">
<tr>
<td bgColor="#ffffff">
<table style="WIDTH: 100%; HEIGHT: 24px">
<tr>
<td class="header" style="WIDTH: 100%" colSpan="2" height="20"> 郵件發送</td>
</tr>
<tr>
<td vAlign="top" align="left" bgColor="#e4eaf2"><asp:panel id="Panel1" runat="server" Height="312px" Width="624px">
<TABLE id="Table2" style="WIDTH: 488px; HEIGHT: 64px" cellSpacing="0" cellPadding="0" width="488"
border="0">
<TR>
<TD style="WIDTH: 52px; HEIGHT: 20px"></TD>
<TD style="WIDTH: 55px; HEIGHT: 20px">
<asp:Label id="Label3" runat="server">收件人:</asp:Label></TD>
<TD style="WIDTH: 250px; HEIGHT: 20px">
<asp:TextBox id="txtTo" runat="server" Width="200px"></asp:TextBox></TD>
<TD style="HEIGHT: 20px"></TD>
</TR>
<TR>
<TD style="WIDTH: 52px; HEIGHT: 21px"></TD>
<TD style="WIDTH: 55px; HEIGHT: 21px">
<asp:Label id="Label4" runat="server">抄 送:</asp:Label></TD>
<TD style="WIDTH: 136px; HEIGHT: 21px">
<asp:TextBox id="txtCC" runat="server" Width="200px"></asp:TextBox></TD>
<TD style="HEIGHT: 21px"></TD>
</TR>
<TR>
<TD style="WIDTH: 52px"></TD>
<TD style="WIDTH: 55px">
<asp:Label id="Label5" runat="server">主 題:</asp:Label></TD>
<TD style="WIDTH: 136px">
<asp:TextBox id="txtSubject" runat="server" Width="200px"></asp:TextBox></TD>
<TD></TD>
</TR>
<TR>
<TD style="WIDTH: 52px; HEIGHT: 14px"></TD>
<TD style="WIDTH: 55px; HEIGHT: 14px">
<asp:Label id="Label6" runat="server">發件人:</asp:Label></TD>
<TD style="WIDTH: 136px; HEIGHT: 14px">
<asp:TextBox id="txtFrom" runat="server" Width="200px"></asp:TextBox>
<asp:RequiredFieldValidator id="RequiredFieldValidator1" runat="server" ControlToValidate="txtFrom" ErrorMessage="請寫發發件人!">*</asp:RequiredFieldValidator></TD>
<TD style="HEIGHT: 14px">
<asp:Label id="Label1" runat="server">優先級</asp:Label>
<asp:DropDownList id="DropDownList1" runat="server">
<asp:ListItem Value="高">高</asp:ListItem>
<asp:ListItem Value="正常">正常</asp:ListItem>
<asp:ListItem Value="低">低</asp:ListItem>
</asp:DropDownList></TD>
</TR>
<TR>
<TD style="WIDTH: 52px"></TD>
<TD style="WIDTH: 55px" vAlign="top" align="left">
<asp:Label id="Label7" runat="server">內 容:</asp:Label></TD>
<TD style="WIDTH: 167px" colSpan="2">
<asp:TextBox id="txtBody" runat="server" Width="376px" Height="168px" TextMode="MultiLine"></asp:TextBox></TD>
</TR>
<TR>
<TD style="WIDTH: 52px"></TD>
<TD style="WIDTH: 55px" vAlign="top" align="left">
<asp:Label id="Label8" runat="server">附 件:</asp:Label></TD>
<TD style="WIDTH: 167px" colSpan="2"><INPUT id="File1" style="WIDTH: 264px; HEIGHT: 20px" type="file" size="24" name="File1"
runat="server"></TD>
</TR>
<TR>
<TD style="WIDTH: 52px"></TD>
<TD style="WIDTH: 55px" vAlign="top" align="left"></TD>
<TD style="WIDTH: 167px" colSpan="2"></TD>
</TR>
<TR>
<TD style="WIDTH: 52px"></TD>
<TD style="WIDTH: 55px" vAlign="top" align="left">
<asp:Button id="btnSend" runat="server" Text=" 發送郵件 "></asp:Button></TD>
<TD style="WIDTH: 167px" colSpan="2"><INPUT type="reset" value=" 重 寫 "></TD>
</TR>
</TABLE>
<asp:ValidationSummary id="ValidationSummary1" runat="server"></asp:ValidationSummary>
</asp:panel></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -