|
|
|
|
|
News & Events
|
|
| |
Latest Product |
| |
|
|
|
 |
| |
|
|
|
|
|
| |
|
|
|
| |
|
| |
<% 'starting here
rs.open "select * from ShowCategory where products='EVITA'",con,1,3
%>
<%
while not rs.eof
%>
 |
| |
|
|
|
|
<%=rs("Category")%> |
|
|
|
|
| |
|
|
|
|
|
|
<%
row = 0
rsProducts.open "Select id,sub_category_2,[art no],[image filename] from products where [Show Category]='"&rs("category")&"' and ProductsCat='EVITA'",con,1,3
while not rsProducts.eof
row = row + 1
if row = 5 then
row = 1
response.Write(" | ")
end if
if (row =2) or (row=3) or (row = 4) then
%>
 |
<%
end if
%>
.jpg" width="100" height="100">
|
|
|
<%
rsProducts.movenext
wend
rsProducts.close
%>
|
| |
|
|
|
|
|
|
|
|
|
|
|
<%
rs.movenext
wend
%>
|
|
|
|