% Option Explicit %>
|
|||||||||||||||||||||||||||||
No properties were found.
") Else %>| <%= PropertyName%> |
<%=PropertyName%>
|
<%
If Location <> "" Then
Response.Write(Location & " ") End If If YearBuilt <> "" Then Response.Write("Year Built: " & YearBuilt & " ") End If If SquareFootage <> "" Then Response.Write("Square Footage: " & SquareFootage & " ") End If If NumBedrooms <> "" Then Response.Write("Number of Bedrooms: " & NumBedrooms & " ") End If If NumBathrooms <> "" Then Response.Write("Number of Bathrooms: " & NumBathrooms & " ") End If If Description <> "" Then Response.Write(Replace(Description, vbCrLf, " ") & " |
<%
Dim filesys
Set filesys = CreateObject("Scripting.FileSystemObject")
If filesys.FileExists(Server.MapPath("photos/" & Image1)) Then
Response.Write(" ")
End If
If filesys.FileExists(Server.MapPath("photos/" & Image2)) Then
Response.Write(" |