⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 answer.asp

📁 扬州交友网 软件类别: ASP源码 / 会员交友 软件语言: 简体中文 授权方式: 免费版 文件大小: 7.57M
💻 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>&nbsp请先登录&nbsp</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%">&nbsp; 
            </td>
            <td width="462" >       正在回复<font color=red><%=htmlout(rs("姓名"))%></font>的留言...    <a href="./">&lt;&lt; 返回</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" >
                      &nbsp; &nbsp; 
                      <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 + -