📄 mysmsdo.aspx
字号:
<%@ Register TagPrefix="Forum" TagName="Top" Src="_Top.ascx" %>
<%@ Register TagPrefix="Forum" TagName="Bt" Src="_Bt.ascx" %>
<%@ Page language="c#" Codebehind="MysmsDo.aspx.cs" AutoEventWireup="false" Inherits="Forum.MysmsDo" %>
<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="MysmsDo" method="post" runat="server">
<Forum:Top Id="Top" Runat="server" EnableViewState="False"></Forum:Top>
<table width="97%" align="center" cellpadding="4" cellspacing="1">
<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" HorizontalAlign="Center" Width="97%" CellPadding="4" CellSpacing="1" EnableViewState="False">
<asp:TableRow AccessKey="H">
<asp:TableCell Text="
发表成功
"></asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell>
<asp:Label runat="server" ID="Info"></asp:Label>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="H">
<asp:TableCell Text="
<a href='javascript:history.go(-1)'>返回上步</a>
"></asp:TableCell>
</asp:TableRow>
</asp:Table>
<FORUM:Bt id="Bt" Runat="server" EnableViewState="False"></FORUM:Bt>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -