Car |
Details |
Estimated
Price |
|
<%
Set rs=Server.CreateObject ("ADODB.RECORDSET")
sql="Select cr_id,cr_mdl,cr_dscrptn,cr_estmtd_prc,pict from scnd_hnd_crs where cr_stts='S'"
Rs.Open sql,con
If Not Rs.EOF Then
While NOt Rs.EOF %>
|
<%=rs(2)%> |
<%=rs(3)%> |
<%if rs(4)="NA" then %>
<%else%>
<%end if%>
|
<%Rs.MoveNext
Wend
Else
%>
No Second Hand Car is Available for Sale at this Time |
<%End if
Rs.Close
Set Rs=Nothing%>
If you wish
to sell your car go to this page... |