|
|
| |
products |
Home > Products >Air compressor Series >High Pressure Compressor |
|
<%
n = 0
sql = "select boardtype,boardid,depth,indeximg from Class where typeid=1 and luan=1 and parentid=0 order by rootid,orders"
if classid <> 0 then
sql = "select boardtype,boardid,depth,indeximg from Class where typeid=1 and luan=1 and parentid="& classid &" order by rootid,orders"
end if
set rs = conn.execute(sql)
while not rs.eof
if n mod 4 = 0 then response.write " "
url = "pro_d.asp"
set r = conn.execute("select * from Class where typeid=1 and luan=1 and parentid="& rs("boardid") &" order by rootid,orders")
if not r.eof then
url = "pro.asp"
end if
%>
| |
|
<%
RS.MOVENEXT
if n mod 4 = 3 then response.write " "
n = n + 1
wend
rs.close
set rs = nothing
%>
|