<%if request("bigclassid")="" then%> <%else%> <% bigclassid=request("bigclassid") set rs=server.CreateObject("ADODB.RECORDSET") if bigclassid<>"" then sql="select * from productsbigclass where bigclassid="&bigclassid&"" else sql="select * from productsbigclass order by bigclassid" end if rs.open sql,conn,3,3 if not rs.eof then %> <%end if rs.close set rs=nothing %> <%end if%>
<%call all(8,"cn")%>
<%=rs("jj")%>