ASP如何在当前页面实现回覆,如何传id

<%setrs=server.createobject("adodb.recordset")sql="selecttop1*fromliuyanwherepublish=... <%
set rs=server.createobject("adodb.recordset")
sql="select top 1 * from liuyan where publish='楼市政策' order by addtime desc"
rs.open sql,conn,1,3
%>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr>
<td width="56%" height="25" align="left" bgcolor="#FBFDFF" class="l16"> <b>
楼市政策</b></td>
<td width="18%" align="left" bgcolor="#FBFDFF" class="l16">网友:
<%=rs("username")%></td>

<td width="26%" align="left" bgcolor="#FBFDFF" class="l16"><%= FormatDateTime(rs("addtime"),2) %></td>
</tr>
</tbody>
</table>
这个是问题,下边是回覆
<%
set rs2 = server.CreateObject("adodb.recordset")
sql="select top 1 * from comment where com_typeid="&id&" order by com_date desc"
rs2.open sql,conn,1,3
if rs2.bof and rs2.eof then
%>
<table cellspacing="2" cellpadding="6" width="100%" border="0">
<tbody>
<tr>
<td width="40" align="center"><img height="27" src="images/H16.jpg" width="31" /></td>
<td align="left" style="word-break:break-all;"><font color=#0033CC><%=rs2("com_content")%></font></td>
</tr>

</tbody>
</table>
<%end if%>
select top 1 * from comment where com_typeid="&id&" order by com_date desc,"&id&"接不住
展开
 我来答
hqudicky
推荐于2016-08-09 · 超过44用户采纳过TA的回答
知道小有建树答主
回答量:135
采纳率:0%
帮助的人:0
展开全部
你都没有获取到ID的值,怎么接?

如果com_typeid是跟liuyan表中的ID对应 那就在
set rs2 = server.CreateObject("adodb.recordset")前加一句
id=rs("id");
如果是从表单传递过来的就加
id=request.from("id")
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式