<% Bigclassname=Request("Bigclassname") Smallclassname=Request("Smallclassname")set rs=server.createobject("adodb.recordset")if Request("Bigclassname")="" thensql="select top 700 * from product order by product_ID"end ifif Request("Bigclassname")<>"" and request("smallclassanme")=""thensql="select * from product where bigclassname='"&Bigclassname&"' order by product_ID "end ifif Request("Bigclassname")<>"" and request("smallclassname")<>"" thensql="select * from product where bigclassname='"&Bigclassname&"' and Smallclassname ='"&smallclassname&"'order by product_ID desc"end ifrs.open sql,conn,1,1if rs.eof or rs.bof thenresponse.write "临时没有产品记录!"end ifif request("page")="" thenpage=1elsepage=cint(request("page"))end ifrs.pagesize=12rs.absolutepage=pageurl="Pro1.asp?BigClassName="&BigClassName&"&SmallClassName="&SmallClassName&"&page="%> <% call ShowClassGuide() %> | <% call ShowArticleTotal() %> |