📄 reply.asp
字号:
<!--#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -