产品分类显示怎么改代码 10
<%ifstrClass<>""then'读出当前分类的静态页面,分页链接时用到***************************setrs1=conn.execut...
<% if strClass<>"" then
'读出当前分类的静态页面,分页链接时用到***************************
set rs1=conn.execute("select url from web_product_class where id="&strClass)
if not rs1.eof then
fyurl=rs1("url")
end if
rs1.close
else
'如果类别为空,就读出栏目的静态页面
set rs1=conn.execute("select url from menu where m_id="&strCurrMenu)
if not rs1.eof then
fyurl=rs1("url")
end if
rs1.close
end if
strSQL="Select * From v_web_product Where mn_id=" & strCurrMenu & strQuery & " Order by p_code,ID Desc"
以上代码按加顺序显示的,有点乱,怎么样修改能让所有产品按分类显示,例如分类1,显示分类名称下面显示产品,第二个分类以次往下显示!谢谢! 展开
'读出当前分类的静态页面,分页链接时用到***************************
set rs1=conn.execute("select url from web_product_class where id="&strClass)
if not rs1.eof then
fyurl=rs1("url")
end if
rs1.close
else
'如果类别为空,就读出栏目的静态页面
set rs1=conn.execute("select url from menu where m_id="&strCurrMenu)
if not rs1.eof then
fyurl=rs1("url")
end if
rs1.close
end if
strSQL="Select * From v_web_product Where mn_id=" & strCurrMenu & strQuery & " Order by p_code,ID Desc"
以上代码按加顺序显示的,有点乱,怎么样修改能让所有产品按分类显示,例如分类1,显示分类名称下面显示产品,第二个分类以次往下显示!谢谢! 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询