标题:ASP判断ID的语句该怎么写?谢谢了!
只看楼主
ftsm
Rank: 1
等 级:新手上路
帖 子:7
专家分:2
注 册:2013-1-2
结帖率:0
已结贴  问题点数:10 回复次数:1 
ASP判断ID的语句该怎么写?谢谢了!
<div class="productclass_dolphin">
 <%
 dim rse,did
 set rse=server.CreateObject("adodb.recordset")
 rse.open "select * from shop_fl where sid = 0 order by px_id asc",conn,1,1
 while not rse.eof
 did = rse("id")
 %>
 <a href="<%=root%>/products/shopmore.asp?id=<%=rse("id")%>" class="productclass_dolphin"><%=rse("title")%></a>
 <%
这个段代码是读出ID 生成 <a href="<%=root%>/products/shopmore.asp?id=<%=rse("id")%>" class="productclass_dolphin"><%=rse("title")%></a> 这段连接来
我想写 判断ID后 生成不同的productclass_dolphin 样式表! 这个该怎么写呀 谁能给个例子,谢谢了  例如class="productclass_dolphin class="productclass_dolphin2  .........等

搜索更多相关主题的帖子: asc products title where 
2013-01-02 20:36
awl805
Rank: 7Rank: 7Rank: 7
等 级:贵宾
威 望:15
帖 子:161
专家分:664
注 册:2012-11-6
得分:10 
你查看你上一个帖子
2013-01-02 22:08



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-394854-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.176309 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved