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

📄 showreply.asp

📁 完整的九洲问吧。优秀的问答网站。由ASP+Access开发。
💻 ASP
字号:
<!--#include file=conn.asp-->
<!--#include file=postubb.asp-->
<!--#include file="config.asp"-->
<head><title>回复信息查看</title>
<LINK href="iknow.css" type=text/css rel=stylesheet>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" link="#000000" vlink="#000000" alink="#000000">
<div align="center">
		<table border="0" width="760" id="table5" style="border-collapse: collapse">
			<tr>
				<td valign="top"> <table width="100%"  border="0" cellspacing="0" cellpadding="0" id="table15">
      <tr bgcolor="eeeeee">
        <td width="100%" height="24" class=bgtle noWrap>
		<p align="center">
		<span class="f14B">回复信息查看</span></font></td>
      </tr>
        </tr></table>
<%if request("id")<>"" then
	id=cint(request("id"))
	end if%>
	<%rs.open"select * from reply where id="&id,conn,1,1
	if rs.eof then
	response.write"回复参数出错!"
	else
	rs2.open"select * from question where id="&rs("replyid"),conn,1,1%><table width="99%"  border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td height="20" class="f14"><a href=showperson.asp?name=<%=rs("replyer")%>><%=rs("replyer")%></a>回复于<font color=green><%=rs("replytime")%></font></td></tr>
		  <tr><td class="f14"><%if rs("replytitle")<>"" then%>回复标题:<%=rs("replytitle")%><br><%end if%>回复内容:<br><%=ubb(rs("replycontent"))%><%if rs("ck")<>"" then%><br><br><SPAN style="COLOR: #666666">参考资料:<%=ubb(rs("ck"))%></SPAN><%end if%></td></tr></table>
      <table width="99%"  border="0" align="center" cellpadding="0" cellspacing="0" style="border:1pt dotted black ">
        <tr>
          <td height="23" align="center" class="f14"><%=rs2("title")%><hr size=1></td>
        </tr>
        <tr>
          <td valign="top" class="f14"><%=HTMLcode(rs2("content"))%></td>
        </tr>
        <tr>
          <td height="20" align="right" class="f14"><hr size=1><%=rs2("sender")%>发布于<%=rs2("sendtime")%></td>
        </tr>
        <tr>
          <td bgcolor="#FFFFFF"> </td>
        </tr>
      </table>
		  <%end if
		  rs.close%>
</table>
	</div>
</body>

⌨️ 快捷键说明

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