📄 replyinfo.asp
字号:
<!--#include file="../../conn/dbconn2.asp"-->
<!--#include file="../../inc/safe.asp"-->
<%
Response.Buffer = true
Response.ExpiresAbsolute=now()-1
Response.Expires=0
Response.CacheControl="no-cache"
if session("flag")<>1 then
response.Redirect("../../login/login1.asp")
response.end
end if
if Chkrequest(request("id")) then
id=request("id")
else
Response.Redirect ("../../login/chklogin.asp?login=4")
end if
if Chkrequest(request("infoid")) then
infoid=request("infoid")
else
Response.Redirect ("../../login/chklogin.asp?login=4")
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>回复留言</title>
<link href="../../images/css.css" rel="stylesheet" type="text/css">
</head>
<BODY bgColor=#ffffff text=#000000>
<TABLE align="center" border=0 cellPadding=0 cellSpacing=0 height=290 width=420 style="border-collapse: collapse" bordercolor="#111111">
<TBODY>
<TR>
<TD bgColor=#ffffff vAlign=top width=407>
<TABLE align="center" border=0 cellPadding=0 cellSpacing=0
width=404 style="border-collapse: collapse" bordercolor="#111111" height="134">
<TBODY>
<tr>
<td height="27" valign="top"> <font color="#ff0000"><b>回复该条留言:</b></font></td>
</tr>
<TR>
<TD align=center height=44 style="FONT-SIZE: 14px" width="404" colspan="4" valign="top">
<form name="form1" method="post" action="save_replyinfo.asp">
<textarea rows="8" cols="50" name="recontent" style="border-style:solid; border-width:1; font-family: 宋体"></textarea>
<br><br>
<input type="submit" value="回 复" > <input type="button" value="重 填">
<input type="hidden" name="id" value="<%=id%>"><input type="hidden" name="infoid" value="<%=infoid%>">
</form> </TD>
</TR>
</TBODY></TABLE>
</TD>
<TD bgColor=#ffffff width=11></TD>
</TR>
</TBODY></TABLE>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -