|
|
<% If Not rsclass.EOF then
do while not rsclass.EOF
strcount="select count(company.userid) as num from user,company where user.userid=company.userid and user.industrytypeid=1 and user.industryclassid="&rsclass("industryclassid")
set rscount= Conn.Execute(strcount)
%>
|
|
<% rsclass.MoveNext
if not rsclass.eof then
strcount="select count(company.userid) as num from user,company where user.userid=company.userid and user.industrytypeid=1 and user.industryclassid="&rsclass("industryclassid")
set rscount= Conn.Execute(strcount)
%>
|
<% rsclass.MoveNext
end if
if not rsclass.eof then
strcount="select count(company.userid) as num from user,company where user.userid=company.userid and user.industrytypeid=1 and user.industryclassid="&rsclass("industryclassid")
set rscount= Conn.Execute(strcount)
%>
|
<% rsclass.MoveNext
end if
%> <%Loop
Else %>
| 该行业大类中不包含行业小类! |
<%End IF%>
| 返回 |
|
<%Refer=Request.ServerVariables("HTTP_REFERER")%>
|
<%
set rsUser = nothing
Conn.close
set Conn = nothing
%>
|