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

📄 messager.asp

📁 安全性好,适用于制作论坛和进行资源下载的个人和大型网站使用!
💻 ASP
字号:
<!--#include file="mdb.asp"-->
<!--#include file="inc/config.asp"-->
<!--#include file="inc/inc.asp"-->
<!--#include file="Inc/format.asp"-->
<!--#include file="Inc/user_list.asp"-->
<!--#include file="Inc/user_messager.asp"-->
<%
call head()
call menu()
%>
<table border="0" width="760" height="10" align="center" bgcolor="#FFFFFF" class="table-hx66s">
 <tr>
   <td height="23">&nbsp;&nbsp;你的位置:<a href='index.asp'><%=webname%></a> >> <a href="messager.asp?action=new"><%=start%></a></td>
 </tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" class="table-hx66s">
  <tr>
    <TD width=175 vAlign=top align=center>
  <table border="0" width=165 align="center" cellpadding="0" cellspacing="1" class="b5" style="border-collapse: collapse">
   <tr>
    <td height="26" class="a5">&nbsp;&nbsp; 会 员 登 录</td>
   </tr>
   <tr>
    <td height="22"><%call userlogin()%></td>
   </tr>
   <tr>
    <td height="22"><%call user_left()%></td>
   </tr>
</table><BR>
</td>
<td width="*" valign="top" align="right">
<table border="0" width="99%" align="center" cellpadding="0" cellspacing="1" class="b4" style="border-collapse: collapse">
  <tr>
    <td height="26" class="a4">&nbsp;&nbsp; 会 员 中 心</td>
  </tr>
  <tr>
    <td height="500" valign="top"><%call content_messages()%></td>
   </tr>
</table><BR>
     </td>
   </tr>
</table>
<%
call footer()
%>

⌨️ 快捷键说明

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