| <%=(Listings.Fields.Item("Title").Value)%> |
| <%=(Listings.Fields.Item("Subdivision").Value)%>, Lot <%=(Listings.Fields.Item("Lot").Value)%> |
 " width="270" border="1" >
|
| <%=(Listings.Fields.Item("HomeDesign").Value)%> Style Home |
| <%=(Listings.Fields.Item("Bedrooms").Value)%> Br./ <%=(Listings.Fields.Item("Bathrooms").Value)%> Ba. <%=(Listings.Fields.Item("Area").Value)%> Sq. Ft. |
| <%=(Listings.Fields.Item("Short_Desc").Value)%> |
|
Price: <%=FormatCurrency((Listings.Fields.Item("Price").Value))%> |
|
Availablity: <%=(Listings.Fields.Item("Availability").Value)%> |
| ','','scrollbars=yes,resizable=yes,width=700,height=500')">Click
here for more details! |
|
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Listings.MoveNext()
Wend
%>
| <% If MM_offset <> 0 Then %>
First
<% End If ' end MM_offset <> 0 %> |
<% If MM_offset <> 0 Then %>
Previous
<% End If ' end MM_offset <> 0 %> |
<% If Not MM_atTotal Then %>
Next
<% End If ' end Not MM_atTotal %> |
<% If Not MM_atTotal Then %>
Last
<% End If ' end Not MM_atTotal %> |
Records <%=(Listings_first)%> to <%=(Listings_last)%> of <%=(Listings_total)%>
<%
Listings.Close()
Set Listings = Nothing
%>
|