ASP RS 记录集 如何选定特定列

<tablewidth="752"align="left"cellpadding="0"cellspacing="0"><tralign="center"><tdheig... <table width="752" align="left" cellpadding="0" cellspacing="0">
<tr align="center">
<td height="23" width="99">书籍编号</td>
<td height="23" width="139">书名</td>
<td height="23" width="73">作者</td>
<td height="23" width="176">出版社</td>
<td height="23" width="98">当前分类</td>
<td height="23" width="90">更改分类</td>

</tr>
<%

while not rs.eof

%>
<tr>
<td align="center"><%=rs(0)%></td>
<td ><%=rs(1)%></td>
<td align="center"><%=rs(2)%></td>
<td align="center"><%=rs(4)%></td>
<td align="center"><%=rs("class_name")%></td>
<td align="center">
<label>
<select name="class_name" id="class_name">
<%
rs1.movefirst
while not rs1.eof
%>
<option value="<%=rs1("class_id")%>"><%=rs1("class_name")%>
</option>
<%
session("book_id")=rs("book_id")
rs1.movenext
wend
%>
</select>
</label>

</td>
<td ><a href="checkalterclass.asp">
确认
</a></td>
</tr>
<%
rs.movenext
wend
rs.close
cn.close
%>
</table>
当点击确认时,如何选定当前列的 book_id ?
我试过了,改成这样<a href="checkalterclass.asp?book_id=你要的ID"> 也不行.
展开
 我来答
勇气和激情
2007-12-17 · TA获得超过466个赞
知道小有建树答主
回答量:750
采纳率:100%
帮助的人:266万
展开全部
<a href="checkalterclass.asp?book_id=你要的ID">

把“你要的ID”改一下。
186044
2007-12-15 · TA获得超过1966个赞
知道大有可为答主
回答量:848
采纳率:0%
帮助的人:1320万
展开全部
<a href="checkalterclass.asp?book_id=<%=rs("book_id")%>">
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式