<%set DataTable categoryListk=get_category_list(topid)%>
<%foreach(DataRow cdr in categoryListk.Rows)%>
<%set DataTable productList=get_content_list({strtoint({cdr[id]})},40,"tuijian=1","listorder desc,id desc")%>
<%foreach(DataRow dr in productList.Rows)%>
-
<%/foreach%>
<%/foreach%>