📄 freeemail.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="FreeEMail.aspx.vb" Inherits="EMail.WebForm1" enableViewState="True"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>Send FREE E-Mail!</title>
<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
<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">
<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 24px; POSITION: absolute; TOP: 23px; Design_Time_Lock: True" runat="server" Width="145px" Height="40px" Font-Bold="True" Font-Names="Arial" Font-Size="Medium" Font-Underline="True" Design_Time_Lock="True">FREE E-Mail</asp:Label>
<asp:TextBox id="txtSubject" style="Z-INDEX: 110; LEFT: 115px; POSITION: absolute; TOP: 166px; Design_Time_Lock: True" runat="server" Width="403px" Height="24px" Font-Names="Arial" tabIndex="2" Design_Time_Lock="True"></asp:TextBox>
<asp:TextBox id="txtToAddress" style="Z-INDEX: 109; LEFT: 115px; POSITION: absolute; TOP: 126px; Design_Time_Lock: True" runat="server" Width="176px" Height="24px" Font-Names="Arial" tabIndex="1" Design_Time_Lock="True"></asp:TextBox>
<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 27px; POSITION: absolute; TOP: 84px; Design_Time_Lock: True" runat="server" Width="73px" Height="23px" Font-Bold="True" Font-Names="Arial" Design_Time_Lock="True">From</asp:Label>
<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 26px; POSITION: absolute; TOP: 122px; Design_Time_Lock: True" runat="server" Width="74px" Height="29px" Font-Bold="True" Font-Names="Arial" Design_Time_Lock="True">To</asp:Label>
<asp:Label id="Label4" style="Z-INDEX: 104; LEFT: 28px; POSITION: absolute; TOP: 161px; Design_Time_Lock: True" runat="server" Width="69px" Height="27px" Font-Bold="True" Font-Names="Arial" Design_Time_Lock="True">Subject</asp:Label>
<asp:TextBox id="txtMessage" style="Z-INDEX: 105; LEFT: 27px; POSITION: absolute; TOP: 260px; Design_Time_Lock: True" runat="server" Width="501px" Height="201px" Font-Names="Arial" TextMode="MultiLine" tabIndex="3" Design_Time_Lock="True">==Type your message here==</asp:TextBox>
<asp:Label id="Label5" style="Z-INDEX: 106; LEFT: 27px; POSITION: absolute; TOP: 235px; Design_Time_Lock: True" runat="server" Width="93px" Font-Bold="True" Font-Names="Arial" Design_Time_Lock="True">Message</asp:Label>
<asp:Button id="btnSendMail" style="Z-INDEX: 107; LEFT: 27px; POSITION: absolute; TOP: 480px; Design_Time_Lock: True" runat="server" Width="202px" Height="38px" Font-Bold="True" Text="Send E-Mail" tabIndex="4" Design_Time_Lock="True"></asp:Button>
<asp:TextBox id="txtFromAddress" style="Z-INDEX: 108; LEFT: 116px; POSITION: absolute; TOP: 87px; Design_Time_Lock: True" runat="server" Width="175px" Height="24px" Font-Names="Arial" Design_Time_Lock="True"></asp:TextBox>
<asp:Label id="lblStatus" style="Z-INDEX: 111; LEFT: 30px; POSITION: absolute; TOP: 203px; Design_Time_Lock: True" runat="server" Width="496px" Height="28px" Font-Bold="True" Font-Names="Arial" ForeColor="Blue" Design_Time_Lock="True"></asp:Label>
<asp:RequiredFieldValidator id="RequiredFieldValidator1" style="Z-INDEX: 112; LEFT: 310px; POSITION: absolute; TOP: 88px" runat="server" Font-Size="X-Small" Font-Names="Arial" Font-Bold="True" Height="23px" Width="193px" ErrorMessage="RequiredFieldValidator" ControlToValidate="txtFromAddress">From address required</asp:RequiredFieldValidator>
<asp:RequiredFieldValidator id="RequiredFieldValidator2" style="Z-INDEX: 113; LEFT: 307px; POSITION: absolute; TOP: 131px" runat="server" Font-Size="X-Small" Font-Names="Arial" Font-Bold="True" Height="24px" Width="199px" ErrorMessage="RequiredFieldValidator" ControlToValidate="txtToAddress">To address required</asp:RequiredFieldValidator>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -