| |
 |
|
|
|
|
|
|
|
<%
sql = "Select id, name from type2 Order by id desc"
Set rs_cat = Server.CreateObject( "ADODB.Recordset" )
rs_cat.Open sql, Conn
%>
<%if not rs_cat.eof then
Do while not rs_cat.EOF
if not cint(seriesid) = rs_cat("id") then%>
|
« |
<%else%>
|
« |
<%
end if%>
<%
rs_cat.movenext
loop
end if
rs_cat.close
set rs_cat = nothing
%>
|
|
|
|
|
|
| |
|
|
 |
| |
| |
Total Products : <%=listCount%> |
|
| |
|
 |
 |
|
| |
|
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
" width="558" height="116"> |
<%
sql = "Select * from cat where type2id = "&seriesID&" Order by id desc"
Set rs = Server.CreateObject( "ADODB.Recordset" )
rs.Open sql, Conn
%>
" width="92" height="80"> |
|
|
|
|
|