Property enquiry Form

Comments:

 Costa Almeria
 Costa Blanca
Please let us know the nature of your enquiry:
Your Full Name:
Your Email Address:
Telephone Number:
 
Purchase timescale:
Budget:
Beds:
 Costa Calida
Select Preferred Areas:

Property Types:

 Apartment
 Country House
 Duplex
 Land
 New Build
 Town House

 Villa

Location Preferences:

 Coastal
 Inland
 Near Golf
 Town
 Urbanisation

 

<% test = session("BMPropCount") if test="" then dim BMPropIDs(50) dim BMPropLocs(50) dim BMPropDescs(50) dim BMPropPrices(50) dim BMPropCount session("BMPropIDs")=BMPropIDs session("BMPropLocs")=BMPropLocs session("BMPropDescs")=BMPropDescs session("BMPropPrices")=BMPropPrices Session("BMPropCount")=0 else BMPropIDs=session("BMPropIDs") BMPropLocs=session("BMPropLocs") BMPropDescs=session("BMPropDescs") BMPropPrices=session("BMPropPrices") BMPropCount=Session("BMPropCount") end if for i=0 to (BMPropCount-1) if BMPropIDs(i)<>"" then TmpStr=BMPropIDs(i) TmpStr=TmpStr+" - "+BMPropLocs(i) TmpStr=TmpStr+" - "+BMPropDescs(i) TmpStr=TmpStr+" - €"+CStr(BMPropPrices(i)) response.write "" end if next %>