📄 sendsmsg.aspx
字号:
<%@ Reference Page="~/info.aspx" %>
<%@ Register TagPrefix="uc1" TagName="tabletop" Src="tabletop.ascx" %>
<%@ Register TagPrefix="uc1" TagName="tablebottom" Src="tablebottom.ascx" %>
<%@ Page language="c#" validateRequest="false" Inherits="doughty_cn.SendSMsg" CodeFile="SendSMsg.aspx.cs" %>
<%@ Register TagPrefix="uc1" TagName="footer" Src="footer.ascx" %>
<%@ Register TagPrefix="uc1" TagName="Header" Src="Header.ascx" %>
<!DOCTYPE html PUBLIC "-//W3C//Dtd html 4.0 Transitional//EN" >
<html>
<head>
<title>
<%= doughty_cn.inputcon.ConvertString.TitleName(this.Request.Url.ToString())%>
-发送短消息</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_language">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<link href="css/forum.css" type="text/css" rel="stylesheet">
</head>
<body>
<form id="Form1" method="post" runat="server">
<uc1:Header id="Header1" runat="server"></uc1:Header>
<table width="100%" border="0">
<tr>
<td width="3" height="20"></td>
<td>当前位置:<a href="default2.aspx"><%=doughty_cn.inputcon.ConvertString.TitleName(this.Request.Url.ToString())%></a>→<a href="SendSMsg.aspx">发送短消息</a></td>
<td width="10"> </td>
</tr>
</table>
<uc1:tabletop id="Tabletop1" runat="server"></uc1:tabletop>
<table width="100%" border="0" cellpadding="0" cellspacing="1" bgcolor="#a0bce7">
<tr>
<td bgcolor="#ffffff"><table width="100%" border="0" align="center" cellpadding="4" cellspacing="0">
<tr>
<td colspan="2">
<table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="58">接收人:</td>
<td width="699">
<asp:TextBox id="TB_Name" runat="server" Width="200px"></asp:TextBox></td>
</tr>
<tr>
<td height="57" colspan="2">
<asp:TextBox id="TB_Con" runat="server" TextMode="MultiLine" Width="100%" Height="126px"></asp:TextBox></td>
</tr>
<tr>
<td height="23" colspan="2">
<asp:Button id="Button1" runat="server" Text="发 送" onclick="Button1_Click"></asp:Button>
<asp:Button id="Button2" runat="server" Text="重 写" onclick="Button2_Click"></asp:Button>
<asp:label id="Lbl_message" runat="server" ForeColor="Red"></asp:label></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<uc1:tablebottom id="Tablebottom1" runat="server"></uc1:tablebottom>
<uc1:footer id="Footer1" runat="server"></uc1:footer>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -