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

📄 reply.asp

📁 该资料包含大量网络开发的案例和源代码
💻 ASP
字号:
<%
if session("admin")="" then
response.redirect "mytxt/login.asp"
else
if session("flag")>1 then
response.write "<br><p align=center>您没有操作的权限</p>"
response.end
end if
end if

%>
<!--#include file="conn.asp"-->


<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>回复留言</title>
<link rel="stylesheet" type="text/css" href="3.css">


</head>

<body>
<br>
<form method="POST" name="myform" action="savere.asp?id=<%=request("id")%>">
  <div align="center"><center><table cellspacing="0" border="1" cellpadding="0" cellspacing="0" bordercolor="#999999">
    <tr>
      <td width="99%" bgcolor="#999999" height="20"><p><font color="#FFFFFF"><b>&nbsp;添 加 留 
                            言 (注意查星号的一定要填哟)</b></font></td>
    </tr>
    <tr align="center">
      <td width="99%">
	<table border="0" cellspacing="1" width="100%">
        <tr>
          <td width="12%" align="right" valign="top"><b><font color="red">*</font>回复内容</b></td>
          <td width="86%"><textarea rows="11" name="reply" cols="60" class="smallarea"></textarea></td>
        </tr>
      </table>
      </td>
    </tr>
  </table>
<p><input type="submit" value=" 添 加 "
  name="cmdok" class="buttonface">&nbsp; <input type="reset" value=" 清 除 "
  name="cmdcancel" class="buttonface"></p>
  </center></div>
</form>
</body>
</html>

⌨️ 快捷键说明

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