<% sql="Select * from car_ads;" connect() objrs.open SQL,objconn,1,3 %> Citipoint Auto Enterprise

Car Catalog Search Results <%if objrs.eof then %>

 

We're sorry, no car matches your search criteria at this point.

 

<%else x=1 end if %>
<%while not objrs.eof %> <% Response.Write "" x=x+1 objrs.movenext paging=cint(paging)+1 wend%>
No Make Model Year of Reg. Price(S$) View More
<%=x%> <%=objrs("MAKE")%> <%=objrs("MODEL")%> <%=objrs("REG_YEAR")%> <%=objrs("PRICE")%> ');">More Details
<%'disconnect() %>