reply.asp

来自「计算器源码」· ASP 代码 · 共 21 行

ASP
21
字号
<!--#include file="top.asp"-->
<!--#include file="conn.asp"-->
<% if session("admin")="ok" then%>

<div align="center">
  <p><strong><font size="2">回复留言</font></strong></p>
  <form name="form" method="post" action="savereply.asp?id=<%=request("id")%>">
    <textarea name="reply" cols="50" rows="5" ></textarea>
	<br>
    <input type="submit" name="Submit" value="提交">
    <input type="submit" name="Submit2" value="重置">
  </form>
  <p><strong><font size="2"></font></strong></p>
</div>
<!--#include file="bottom.asp"-->



<% else 
response.redirect "index.asp"
end if%>

⌨️ 快捷键说明

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