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

📄 admin_reply.asp

📁 e人畅想公用日记本 v1.0
💻 ASP
字号:
<!--#include file="top.asp"-->
<%if session("admin")="" then
response.redirect"index.asp"
elseif session("admin")="yes" then
id=request.querystring("id")
if id="" then
response.redirect"index.asp"
end if
set pet=conn.execute("select * from message where id="&id&"")
%>
<hr width="600" size="1" noshade>
<table width="600" border="0" cellspacing="0" cellpadding="0" align="center" class="table_pointline">
  <tr>
    <td align="center"><br>
      回复留言
<table width="400" border="0" cellspacing="0" cellpadding="0" class="local2" style="font:verdana;table-layout:fixed; word-break:break-all">
        <tr>
          <td><%bendan=pet("body")%><%=kbbs(bendan)%></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table width="600" border="0" cellspacing="0" cellpadding="0" align="center" class="table_pointline">
  <tr>
    <td>
      <div align="center"><br>
        <form name="form1" method="post" action="admin_savereply.asp?id=<%=id%>">
          回复内容(支持HTML,不支持LX-CODE): <br>
          <textarea name="reply" cols="30" rows="5" class="local2"></textarea>
          <br>
          <br>
          <input type="submit" name="Submit" value="提交" class="withoutany">
        </form>
      </div>
    </td>
  </tr>
</table>
<%set pet=nothing%>
<!--#include file="bottom.asp"-->
<%end if%>

⌨️ 快捷键说明

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