⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 user_message.asp

📁 个人网站比较简短
💻 ASP
字号:
<!--#include file="User_Message_Code.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=SiteName & " >> 会员中心"%></title>
<link href="../Skin/DefaultSkin.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--#include file="top.asp"-->
<table width="756" border="0" align="center" cellpadding="0" cellspacing="0" class="user_border">
  <tr>
    <td valign="top">
      <table width="100%" border="0" cellpadding="5" cellspacing="0" class="user_box">
        <tr>
          <td class="user_righttitle"><img src="Images/point2.gif" align="absmiddle"><%
Response.Write "您现在的位置:<a href='../'>" & SiteName & "</a> >> <a href='Index.asp'>会员中心</a> >> 站内短消息管理"
          %></td>
        </tr>
        <tr>
          <td align='center'>
            <table align='center'><tr align='center' valign='top'>
            <td width='80'><a href='User_Message.asp?Action=New'><img src='images/m_new.gif' border='0' title='撰写短消息'><br>撰写短消息</a></td>
            <td width='80'><a href='User_Message.asp?Action=Manage&ManageType=Outbox'><img src='images/m_draft.gif' border='0' title='草稿箱'><br>草稿箱</a></td>
            <td width='80'><a href='User_Message.asp?Action=Manage&ManageType=Inbox'><img src='images/m_box_in.gif' border='0' title='收件箱'><br>收件箱</a></td>
            <td width='80'><a href='User_Message.asp?Action=Manage&ManageType=IsSend'><img src='images/m_box_out.gif' border='0' title='发件箱'><br>发件箱</a></td>
            <td width='80'><a href='User_Message.asp?Action=Manage&ManageType=Recycle'><img src='images/m_box_recycle.gif' border='0' title='废件箱'><br>废件箱</a></td>
            </tr></table>
          </td>
        </tr>
        <tr>
          <td height="200" valign='top'>
<%
Call Execute
%>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<!--#include file="bottom.asp"-->
</body>
</html>
<% Call CloseConn %>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -