<% function TestCaptcha(byval valSession, byval valCaptcha) dim tmpSession valSession = Trim(valSession) valCaptcha = Trim(valCaptcha) if (valSession = vbNullString) or (valCaptcha = vbNullString) then TestCaptcha = false else tmpSession = valSession valSession = Trim(Session(valSession)) Session(tmpSession) = vbNullString if valSession = vbNullString then TestCaptcha = false else valCaptcha = Replace(valCaptcha,"i","I") if StrComp(valSession,valCaptcha,1) = 0 then TestCaptcha = true else TestCaptcha = false end if end if end if end function %> Privately owned Algarve villas ideally suited for family and golfing holidays.
Privately owned Algarve villas ideally suited for family and golfing holidays.
 
Click now for Booking Enquiry or to Check Availability on one of our Privately owned Algarve villas ideally suited for family and golfing holidays.
Privately owned Algarve villas ideally suited for family and golfing holidays.  
Privately owned Algarve villas ideally suited for family and golfing holidays.
Home > > Advertise Your Property with Algarve Family Villas

" & vbCrLf) end if %>
You should receive an automatic acknowledgment to the e-mail address given and we will reply to your enquiry as quickly as possible.
Please contact us by telephone, if you have not heard from us within 48 hours.

We are constantly looking for more properties to meet our renal enquiries and would like to hear from private owners that would like to advertise on this site.

Please complete below and we will endeavour to contact you within 48 hours to discuss your requirements.
About You ...
Title :
First Name :
Surname :
E-Mail :
Telephone :
   
Your Property ...
Name :
Location :
Type of Property :
No. of Bedrooms :
Pool :
   
  Captcha
Change Image
Please enter the characters
from the image above :
  
<% if not IsEmpty(Request.Form("submit")) then Response.Write("
") if TestCaptcha("ASPCAPTCHA", Request.Form("captchacode")) then response.redirect("../formmail/formmail3.asp?title=" & request("title")& "&first_name=" & request("first_name")& "&surname=" & request("surname")& "&email=" & request("email")& "&telephone=" & request("telephone")& "&property_location=" & request("property_location")& "&str_type=" & request("str_type")& "&bedrooms=" & request("bedrooms")& "&pool=" & request("pool")& "&property_name=" & request("property_name")) else Response.Write("

You entered the wrong characters.

") end if Response.Write("