<%@LANGUAGE="VBSCRIPT"%> <% Dim Recordset1__MMColParam Recordset1__MMColParam = "1" If (Request.QueryString("ID") <> "") Then Recordset1__MMColParam = Request.QueryString("ID") End If %> <% Dim Recordset1 Dim Recordset1_numRows Set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_vhs_STRING Recordset1.Source = "SELECT * FROM villas WHERE ID = " + Replace(Recordset1__MMColParam, "'", "''") + "" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 1 Recordset1.Open() Recordset1_numRows = 0 %> Villa Sale Spain
Costa Blanca Villa Holiday Hotline

Return on Investment

Our subsidiary company, Villa Holiday Spain specializes in holiday rentals of villas with pools and apartments and town houses on the Costa Blanca. We also have deal with long term letting of properties.

We will be happy to provide an approximate rental income estimate together with annual running costs so that you can judge the potential of your proposed purchase. Many of our villa owners bought their property from us and went on to form a successful holiday rental relationship, covering their annual costs and often making a profit.



 
<% Recordset1.Close() Set Recordset1 = Nothing %>