📄 answer.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="fun.asp"-->
<%Response.Buffer=True
IF session("admin_gbook")<>"8848_admin" THEN
response.write"<center>NO NO NO!<a href=Admin.asp> 请先登录 </a></center>"
ELSE
dim page,ipage,str,i
sql="select * from book where id="&request("ID")
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,3.2
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>金海洋广告</title>
</head>
<LINK href="../main.css" type=text/css rel=stylesheet>
<body bgcolor="#FDFFFB" leftmargin="0" topmargin="1" marginwidth="0" marginheight="0">
<table width="658" height="378" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<div align=center>
<table width="492" height="324" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30" height="324" valign="top" style="line-height:150%">
</td>
<td width="462" > 正在回复<font color=red><%=htmlout(rs("姓名"))%></font>的留言... <a href="./"><< 返回</a><br>
<br> <table width="462" border="0" cellspacing="3" cellpadding="2" height="105" align="center" bordercolor="#FFFFFF">
<tr>
<td valign="top" width="69">回复内容:<br> <br> <br> <br>
<font color="#FF0000">(必填)</font></td>
<td height="170" width="376" valign="top"> <form name="form" action="Ans_Sus.asp" method="post" >
<textarea name="said" cols="47" rows="7" row="5" value=<%=rs("留言内容")%>><%=rs("回复")%></textarea>
<input type="hidden" name="task" value="insert">
<br>
<br>
<input type="submit" value="开始回复" style="color: #000000; word-spacing: 0; margin-left: 0; margin-right: 0; margin-top: 1; margin-bottom: 0" name="submit" >
<input type="submit" value="重新填写" style="color: #000000; word-spacing: 0; margin-left: 0; margin-right: 0; margin-top: 1; margin-bottom: 0" name="submit2" >
<input type=hidden name=mid value=<%=rs("id")%>>
</form></td>
</tr>
</table></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</body>
</html>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
END IF
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -