📄 mysmssend.aspx
字号:
<%@ Register TagPrefix="Forum" TagName="Top" Src="_Top.ascx" %>
<%@ Register TagPrefix="Forum" TagName="Bt" Src="_Bt.ascx" %>
<%@ Page language="c#" Codebehind="MysmsSend.aspx.cs" AutoEventWireup="false" Inherits="Forum.MysmsSend" %>
<HTML>
<HEAD>
<title>
<%=Title%>
</title>
<script src="script.js"></script>
<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 topMargin="0" leftmargin="0">
<form id="MysmsSend" method="post" runat="server">
<FORUM:TOP id="Top" Runat="server" EnableViewState="False"></FORUM:TOP>
<table cellSpacing="1" cellPadding="4" width="97%" align="center">
<tr>
<td>
<asp:label id="Path" runat="server" EnableViewState="False"></asp:label>
</td>
</tr>
</table>
<table cellSpacing="1" cellPadding="4" width="97%" align="center">
<tr>
<td align="right">
<A href="Mysms.aspx?Action=1"><IMG alt="收件箱" src="Pic/m_inbox.gif" border="0" class="None" onmousedown="Check(this,2)" onmouseup="Check(this,1)" onmouseover="Check(this,1)" onmouseout="Check(this,0)"></A>
<A href="Mysms.aspx?Action=2"><IMG alt="发件箱" src="Pic/M_outbox.gif" border="0" class="None" onmousedown="Check(this,2)" onmouseup="Check(this,1)" onmouseover="Check(this,1)" onmouseout="Check(this,0)"></A>
<A href="Mysms.aspx?Action=3"><IMG alt="已发送邮件" src="Pic/M_issend.gif" border="0" class="None" onmousedown="Check(this,2)" onmouseup="Check(this,1)" onmouseover="Check(this,1)" onmouseout="Check(this,0)"></A>
<A href="Mysms.aspx?Action=4"><IMG alt="废件箱" src="Pic/M_recycle.gif" border="0" class="None" onmousedown="Check(this,2)" onmouseup="Check(this,1)" onmouseover="Check(this,1)" onmouseout="Check(this,0)"></A>
<A href="MyFriend.aspx"><IMG alt="地址薄" src="Pic/M_ad.gif" border="0" class="None" onmousedown="Check(this,2)" onmouseup="Check(this,1)" onmouseover="Check(this,1)" onmouseout="Check(this,0)"></A>
<A href="MysmsSend.aspx"><IMG alt="写消息" src="Pic/m_write.gif" border="0" class="None" onmousedown="Check(this,2)" onmouseup="Check(this,1)" onmouseover="Check(this,1)" onmouseout="Check(this,0)"></A>
</td>
</tr>
</table>
<asp:table id="Table1" runat="server" Width="97%" CellSpacing="1" CellPadding="4" HorizontalAlign="Center" EnableViewState="False">
<asp:TableRow AccessKey="H">
<asp:TableCell ColumnSpan="6" Text="短消息
"></asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell Width="10%" HorizontalAlign="Right" Text="发件人:"></asp:TableCell>
<asp:TableCell Width="20%">
<asp:TextBox runat="server" ReadOnly="True" Columns="20" ID="sSender"></asp:TextBox>
</asp:TableCell>
<asp:TableCell Width="10%" HorizontalAlign="Right" Text="收件人:"></asp:TableCell>
<asp:TableCell Width="20%">
<asp:TextBox runat="server" Columns="20" ID="sIncept"></asp:TextBox>
<asp:RequiredFieldValidator runat="server" Display="None" ControlToValidate="sIncept" ErrorMessage="收件人不能为空" ID="RequiredFieldValidator1"></asp:RequiredFieldValidator>
</asp:TableCell>
<asp:TableCell Width="10%" HorizontalAlign="Right" Text="选择:"></asp:TableCell>
<asp:TableCell Width="30%">
<asp:DropDownList runat="server" ID="Friend" EnableViewState="true">
<asp:ListItem Selected="True">选择</asp:ListItem>
</asp:DropDownList>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell Width="10%" HorizontalAlign="Right" Text="消息标题:"></asp:TableCell>
<asp:TableCell ColumnSpan="5" Width="90%">
<asp:TextBox runat="server" Columns="80" ID="sTitle"></asp:TextBox>
<asp:RequiredFieldValidator runat="server" Display="None" ControlToValidate="sTitle" ErrorMessage="消息标题不能为空" ID="RequiredFieldValidator2"></asp:RequiredFieldValidator>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell VerticalAlign="Top" Width="10%" HorizontalAlign="Right" Text="消息正文:"></asp:TableCell>
<asp:TableCell ColumnSpan="5" Width="90%">
<asp:TextBox runat="server" Rows="8" TextMode="MultiLine" Columns="80" ID="sBody"></asp:TextBox>
</asp:TableCell>
</asp:TableRow>
</asp:table>
<TABLE width="100%">
<TR>
<TD align="middle">
<asp:Button id="Send" Text="发 送" Runat="server"></asp:Button>
<asp:Button id="Save" Text="保 存" Runat="server"></asp:Button>
<INPUT type="reset" value="清 除">
</TD>
</TR>
</TABLE>
<FORUM:Bt id="Bt" Runat="server" EnableViewState="False"></FORUM:Bt>
<asp:ValidationSummary id="ValidationSummary1" runat="server" DisplayMode="List" ShowMessageBox="True" ShowSummary="False"></asp:ValidationSummary>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -