📄 reply.asp
字号:
<!--#include file="conn.asp"-->
<%
var rs1=Server.CreateObject("ADODB.Recordset");
var idsql="select * from main where id="+Request("ID")+"";
rs1.Open(idsql,conn,3,3);
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>回复</title>
<style type="text/css">
<!--
@import url("css.css");
.unnamed1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF6600;
text-decoration: blink;
}
.unnamed11 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF6600;
text-decoration: blink;
}
body {
background-image: url(img/bg3.gif);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link,a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3399CC;
text-decoration: none;
}
a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF6600;
text-decoration: none;
}
.unnamed12 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF6600;
text-decoration: none;
}
.style3 { color: #CCFF66;
font-size: 14px;
}
.style4 {color: #3399CC}
.style5 {color: #333333}
-->
</style>
</head>
<body>
<div align="center">
<table width="80%" height="90" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="39" background="img/bg4.gif"> </td>
<td width="265" background="img/bg4.gif"><table width="265" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="265" height="90" background="img/top.gif"><img src="img/logo.gif" width="265" height="90"></td>
</tr>
</table></td>
<td width="490" background="img/bg4.gif"><table width="490" height="90" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="60" colspan="7" background="img/hole.gif"><table width="490" height="60" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="52" height="30"> </td>
<td width="146" height="30" valign="bottom"><a href="new.asp">我要留言</a></td>
<td width="31" height="30" valign="bottom"> </td>
<td width="152" height="30" valign="bottom"><a href="admin.asp">信息管理 </a></td>
<td width="30" height="30" valign="bottom"> </td>
<td width="79" height="30" valign="bottom"><a href="admin.asp"> </a><a href="index.asp">首页</a></td>
</tr>
<tr>
<td colspan="6"><table width="100%" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20%"> </td>
<td width="7%"> </td>
<td width="31%"><a href="logout.asp" class="style5">
<%if (Session("login")==true){%>
</a><a href="edit.asp">修改资料 </a>
<%}%></td>
<td width="8%"> </td>
<td width="34%"><a href="search.htm"> </a><a href="logout.asp" class="style5">
<%if (Session("login")==true){%>
</a><a href="search.htm">搜索</a>
<%}%></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td width="136"> </td>
<td width="30"><img src="img/button.gif" width="30" height="30"></td>
<td width="70"><div align="center"><a href="login.asp">
<%if (Session("login")==false){%>
登陆 </a>
<%}%>
</div></td>
<td width="30"><img src="img/button.gif" width="30" height="30"></td>
<td width="70"><div align="center"><a href="reg1.asp">注册</a></div></td>
<td width="30"><img src="img/button.gif" width="30" height="30"></td>
<td width="124"><a href="logout.asp" class="style5">
<%if (Session("login")==true){%>
退出</a>
<%}%></td>
</tr>
</table></td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="img/bg4.gif"><div align="center"><img src="img/line.gif" width="722" height="3"></div></td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="62%" height="30" background="img/bg4.gif"> </td>
<td width="4%" background="img/bg4.gif"><img src="img/button.gif" width="30" height="30"></td>
<td width="18%" background="img/bg4.gif"><div align="center"><span class="style4">当前在线</span><span class="style3"><%=Application("online")%></span><span class="style4">人</span></div></td>
<td width="4%" background="img/bg4.gif"><img src="img/button.gif" width="30" height="30"></td>
<td width="12%" background="img/bg4.gif"> </td>
</tr>
</table>
</div>
<form name="form1" method="post" action="checkreply.asp">
<table width="60%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#999999" class="unnamed1">
<tr>
<td height="30" colspan="2" class="unnamed1" scope="row" background="img/bg5.gif"><div align="center">留言回复</div></td>
</tr>
<tr>
<td width="20%" align="right" scope="row">回复</td>
<td align="left" class="unnamed1" scope="row"><input name="id" type="hidden" id="id2" value="<%=rs1("id")%>">
主题:<%=rs1("title")%> <br>
<textarea name="replycontent" cols="50" rows="8" class="unnamed1" id="textarea"></textarea>
<br>
<span class="style3">
<input name="emot" type="radio" value="1.gif" checked>
<img src="emot/1.gif" width="19" height="19">
<input type="radio" name="emot" value="2.gif">
<img src="emot/2.gif" width="19" height="19">
<input type="radio" name="emot" value="3.gif">
<img src="emot/3.gif" width="19" height="19">
<input type="radio" name="emot" value="4.gif">
<img src="emot/4.gif" width="19" height="19">
<input type="radio" name="emot" value="5.gif">
<img src="emot/5.gif" width="19" height="19">
<input type="radio" name="emot" value="6.gif">
<img src="emot/6.gif" width="19" height="19">
<input type="radio" name="emot" value="7.gif">
<span class="unnamed11"><img src="emot/7.gif" width="19" height="19"></span>
<br>
<input type="radio" name="emot" value="8.gif">
<img src="emot/8.gif" width="19" height="19">
<input type="radio" name="emot" value="9.gif">
<img src="emot/9.gif" width="19" height="19">
<input type="radio" name="emot" value="10.gif">
<img src="emot/10.gif" width="19" height="19">
<input type="radio" name="emot" value="11.gif">
<img src="emot/11.gif" width="19" height="19">
<input type="radio" name="emot" value="12.gif">
<img src="emot/12.gif" width="19" height="19">
<input type="radio" name="emot" value="13.gif">
<img src="emot/13.gif" width="19" height="19">
<input type="radio" name="emot" value="14.gif">
<img src="emot/14.gif" width="19" height="19">
<br>
<input type="radio" name="emot" value="15.gif">
<img src="emot/15.gif" width="19" height="19">
<input type="radio" name="emot" value="16.gif">
<img src="emot/16.gif" width="19" height="19">
<input type="radio" name="emot" value="17.gif">
<img src="emot/17.gif" width="19" height="19">
<input type="radio" name="emot" value="18.gif">
<img src="emot/18.gif" width="19" height="19">
<input type="radio" name="emot" value="19.gif">
<img src="emot/19.gif" width="19" height="19">
<input type="radio" name="emot" value="20.gif">
<img src="emot/20.gif" width="19" height="19"></span></td>
</tr>
<tr bgcolor="#FFC33E">
<th colspan="2" scope="row"><input type="submit" name="Submit" value="提交" class="unnamed1"></th>
</tr>
</table>
</form>
<p> </p>
<p> </p>
<p><br>
</p>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center"><img src="img/line.gif" width="600" height="3"></div></td>
</tr>
</table>
<div align="center"><br>
<br>
<span class="unnamed1"><br>
Powered By:Kunta. Wang<br>
All Rights Rerserves©</span></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -