admin_reply.asp

来自「e人畅想公用日记本 v1.0」· ASP 代码 · 共 42 行

ASP
42
字号
<!--#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 + =
减小字号Ctrl + -
显示快捷键?