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

📄 givereply.asp

📁 睿网留言版 2004 v1.0
💻 ASP
字号:
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>回复</title>
<meta http-equiv='content-type' content='text/html; charset=gb2312'>
</head>

<!--#include file="conn.inc"-->

<meta http-equiv="Content-Language" content="zh-cn">
<%
if session("nimadebuyaokan")<>"tingbaxiaozi" then
   for i=1 to 10
   response.write "<br>"
   next
   response.write "<center>"
   response.write "你不是站长,请不要乱跑!" 
   response.write "好关闭窗口啦!"
   response.end
end if
%>
<%
dim adminmail
dim adminname
dim adminhomepage
dim background1
dim bianchuang
dim adminpass
set rs1=server.createobject("adodb.recordset")
sql1="select * from admin where id=1"
rs1.open sql1,conn,1,3
adminmail=rs1("adminemail")
adminname=rs1("adminname")
background1="image/"&rs1("background1")
bianchuang=rs1("bianchuang")
adminhomepage=rs1("adminhomepage")
adminpass=rs1("adminpass")
rs1.close
set rs1=nothing
%>



<%
id=request("id")
set rs=server.createobject("adodb.recordset")
sql="select * from book where id="&id
rs.open sql,conn,1,1
%>
<body background="<%=background1%>">

<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse"  width="100%" id="AutoNumber1" height="1">
  <tr>
    <td width="33%" height="1"></td>
    <td width="33%" height="1"></td>
    <td width="34%" height="1"></td>
  </tr>
  <tr>
    <td width="33%" height="16">回复完毕</td>
    <td width="33%" height="16">
    <form method="POST" action="replysave.asp?id=<%=id%>">
      <p align="center"><br>
      <textarea rows="5" name="reply" cols="37" style="color: #000000; border: 1 solid #000000"><%=rs("reply")%></textarea><br>
      <input type="submit" value="提交" name="B1" style="color: #000000; border: 1 solid #000000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      <input type="reset" value="重置" name="B2" style="color: #000000; border: 1 solid #000000"></p>
    </form>
    </td>
    <td width="34%" height="16">
    <p align="right">请关闭窗口</td>
  </tr>
  <tr>
    <td width="33%" height="3"></td>
    <td width="33%" height="3"></td>
    <td width="34%" height="3"></td>
  </tr>
<%
rs.close
set rs=nothing
%>
</table>

⌨️ 快捷键说明

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