asp 左侧栏目实现 图示显示链接为categories.asp?classid=2&Nclassid=1 100
1个回答
展开全部
<%
'你自己打开数据库
dim rs,rsn,cld,nid
cid=request("classid")
nid=request("nclassid")
set rs=conn.execute("select * form table where 大类="cid" order by 排序")
if not rs.eof then
if rs("大类ID")=cid then
response.write "<font color="red">"&rs("大类名称")&"</font>"
else
response.write rs("大类名称")
end if
set rsn=conn.execute("select * form table where 大类ID="cid" and 小类ID=nid order by 排序")
if not rsn.eof then
if
if rsn("小类ID")=nid then
response.write "<font color="red">"&rsn("小类名称")&"</font>"
else
response.write rsn("小类名称")
end if
end if
else
response.write "暂时没有分类"
end if
%>
'你自己打开数据库
dim rs,rsn,cld,nid
cid=request("classid")
nid=request("nclassid")
set rs=conn.execute("select * form table where 大类="cid" order by 排序")
if not rs.eof then
if rs("大类ID")=cid then
response.write "<font color="red">"&rs("大类名称")&"</font>"
else
response.write rs("大类名称")
end if
set rsn=conn.execute("select * form table where 大类ID="cid" and 小类ID=nid order by 排序")
if not rsn.eof then
if
if rsn("小类ID")=nid then
response.write "<font color="red">"&rsn("小类名称")&"</font>"
else
response.write rsn("小类名称")
end if
end if
else
response.write "暂时没有分类"
end if
%>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询