<% set rs=server.createobject("adodb.recordset") gov=Request.QueryString("gov") gzz=Request.QueryString("gzz") xs=Request.QueryString("xs") sql="select * from qiye where 类别='"&gov&"' and 市='"&gzz&"' and 区='"&xs&"' order by id" rs.open sql,connd,1,1 do while not rs.eof%> <%loop%>

人大机构介绍
<%if rs.eof<>true then%> ><%=rs("企业名称")%> <%rs.movenext%> <%end if%> <%if rs.eof<>true then%> ><%=rs("企业名称")%> <%rs.movenext%> <%end if%>