Conditions
|
About us
Home
Search
Special Offers
Last-Minute
Country Information
Contact
function CookieCheck() { document.cookie = 'ReadyForCookie=TRUE;'; if ((!document.cookie) && (document.cookie.indexOf('ReadyForCookie=TRUE') < 0)){ if(document.getElementById("ctl00_phContentTop_divCookieDisabledInfo")){ $common.setVisible($get('ctl00_phContentTop_divCookieDisabledInfo'), true); } } } function validateSearch(val, args) { var ucInitialValidation = $get('ctl00_mainContent_ucSearch_ucInitialValidation_tcMainArea_divContainer'); if (ucInitialValidation) { $common.setVisible(ucInitialValidation, false); } var errorText = $get('ctl00_mainContent_ucSearch_ucValidation_tcMainArea_ltlMessage'); errorText.innerHTML = ''; var result = true; if (!$get('ctl00_mainContent_ucSearch_valCountry').isvalid) { errorText.innerHTML += 'Please select a country
'; result = false; } if (!$get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_dslPeriodFrom_dvValidator').isvalid) { errorText.innerHTML += 'from (earliest arrival) is an invalid date! Date must lie in the future.
'; result = false; } if (!$get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_dslPeriodTo_dvValidator').isvalid) { errorText.innerHTML += 'to (latest departure) is an invalid date! Date must lie in the future.
'; result = false; } if (!$get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_valCompare').isvalid) { errorText.innerHTML += 'to (latest departure) must be greater than from (earliest arrival)!
'; result = false; } if (!$get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_valRequired').isvalid) { errorText.innerHTML += 'to (latest departure) or Length of stay is missing!'; result = false; } if (result && !validateSearchControls()) { errorText.innerHTML += 'Please select more search criteria (eg. No. of persons, bedrooms, quality grading etc.).
'; result = false; } args.IsValid = result; if (result) { $common.setVisible($get('ctl00_mainContent_ucSearch_ucValidation_tcMainArea_divContainer'), false); } else { $common.setVisible($get('ctl00_mainContent_ucSearch_ucValidation_tcMainArea_divContainer'), true); document.location.href = "#searchError"; } } function validateSearchControls() { var currentWeight = 0; if ( $get('ctl00_mainContent_ucSearch_ddlCountry') && !$get('ctl00_mainContent_ucSearch_ddlCountry').disabled && $get('ctl00_mainContent_ucSearch_ddlCountry').options[$get('ctl00_mainContent_ucSearch_ddlCountry').selectedIndex].value != '' ) { var ctrlWeight = 5; var selectedValue = $get('ctl00_mainContent_ucSearch_ddlCountry').options[$get('ctl00_mainContent_ucSearch_ddlCountry').selectedIndex].value; if (selectedValue == 'AT') { ctrlWeight = 2; } else if (selectedValue == 'CH') { ctrlWeight = 1; } else if (selectedValue == 'CZ') { ctrlWeight = 3; } else if (selectedValue == 'DE') { ctrlWeight = 2; } else if (selectedValue == 'DK') { ctrlWeight = 1; } else if (selectedValue == 'ES') { ctrlWeight = 1; } else if (selectedValue == 'FR') { ctrlWeight = 1; } else if (selectedValue == 'GR') { ctrlWeight = 3; } else if (selectedValue == 'HR') { ctrlWeight = 3; } else if (selectedValue == 'HU') { ctrlWeight = 3; } else if (selectedValue == 'IT') { ctrlWeight = 1; } else if (selectedValue == 'PL') { ctrlWeight = 3; } else if (selectedValue == 'PT') { ctrlWeight = 3; } else if (selectedValue == 'SK') { ctrlWeight = 3; } else if (selectedValue == 'TR') { ctrlWeight = 3; } currentWeight += ctrlWeight; } if (currentWeight >= 5) { return true; } if ( $get('ctl00_mainContent_ucSearch_ddlRegion') && !$get('ctl00_mainContent_ucSearch_ddlRegion').disabled && $get('ctl00_mainContent_ucSearch_ddlRegion').options[$get('ctl00_mainContent_ucSearch_ddlRegion').selectedIndex].value != '' ) { var ctrlWeight = 2; var selectedValue = $get('ctl00_mainContent_ucSearch_ddlRegion').options[$get('ctl00_mainContent_ucSearch_ddlRegion').selectedIndex].value; currentWeight += ctrlWeight; } if (currentWeight >= 5) { return true; } if ( $get('ctl00_mainContent_ucSearch_ddlPlace') && !$get('ctl00_mainContent_ucSearch_ddlPlace').disabled && $get('ctl00_mainContent_ucSearch_ddlPlace').options[$get('ctl00_mainContent_ucSearch_ddlPlace').selectedIndex].value != '' ) { var ctrlWeight = 5; var selectedValue = $get('ctl00_mainContent_ucSearch_ddlPlace').options[$get('ctl00_mainContent_ucSearch_ddlPlace').selectedIndex].value; currentWeight += ctrlWeight; } if (currentWeight >= 5) { return true; } if ( $get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_dslPeriodFrom_txtCalendar') && $get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_dslPeriodFrom_txtCalendar').value != '' && $get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_dslPeriodFrom_txtCalendar').value != 'from (earliest arrival)' && (($get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_dslPeriodTo_txtCalendar') && $get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_dslPeriodTo_txtCalendar').value != '' && $get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_dslPeriodTo_txtCalendar').value != 'to (latest departure)') || ($get('ctl00_mainContent_ucSearch_ddlDurationOfStay') && $get('ctl00_mainContent_ucSearch_ddlDurationOfStay').options[$get('ctl00_mainContent_ucSearch_ddlDurationOfStay').selectedIndex].value != '')) ) { var ctrlWeight = 3; currentWeight += ctrlWeight; } if (currentWeight >= 5) { return true; } if ( $get('ctl00_mainContent_ucSearch_ucQuality_aexRating_RatingExtender_ClientState') && $get('ctl00_mainContent_ucSearch_ucQuality_aexRating_RatingExtender_ClientState').value != '' && $get('ctl00_mainContent_ucSearch_ucQuality_aexRating_RatingExtender_ClientState').value != '0' ) { var ctrlWeight = 1; var selectedValue = $get('ctl00_mainContent_ucSearch_ucQuality_aexRating_RatingExtender_ClientState').value; if (selectedValue == '2') { ctrlWeight = 2; } else if (selectedValue == '3') { ctrlWeight = 3; } else if (selectedValue == '4') { ctrlWeight = 4; } else if (selectedValue == '5') { ctrlWeight = 5; } currentWeight += ctrlWeight; } if (currentWeight >= 5) { return true; } if ( $get('ctl00_mainContent_ucSearch_ddlPax') && !$get('ctl00_mainContent_ucSearch_ddlPax').disabled && $get('ctl00_mainContent_ucSearch_ddlPax').options[$get('ctl00_mainContent_ucSearch_ddlPax').selectedIndex].value != '' ) { var ctrlWeight = 4; var selectedValue = $get('ctl00_mainContent_ucSearch_ddlPax').options[$get('ctl00_mainContent_ucSearch_ddlPax').selectedIndex].value; if (selectedValue == '1') { ctrlWeight = 2; } else if (selectedValue == '2') { ctrlWeight = 2; } else if (selectedValue == '3') { ctrlWeight = 2; } else if (selectedValue == '4') { ctrlWeight = 2; } else if (selectedValue == '5') { ctrlWeight = 3; } else if (selectedValue == '6') { ctrlWeight = 3; } else if (selectedValue == '7') { ctrlWeight = 3; } else if (selectedValue == '8') { ctrlWeight = 3; } currentWeight += ctrlWeight; } if (currentWeight >= 5) { return true; } return false; } function validateArrivalTo(val, args) { args.IsValid = true; var txtFrom = $get(val.controlToCompare); var ddlDuration = $get(val.durationOfStay); var ddlDurationSelected = (ddlDuration && ddlDuration.options[ddlDuration.selectedIndex].value != ''); if (txtFrom.value != '' && txtFrom.value != val.controlToCompareInitialValue && args.Value == '' && !ddlDurationSelected) { args.IsValid = false; } } // Shortlist: No properties - Create Shortlist now Home Cookies disabled Your browser does not accept "session cookies". These are harmless files stored on your computer helping to pass unpersonalised data from page to page. Please note that the functionality of this website cannot be used to its full extent without session cookies. We suggest, you modify the security settings of your browser so that session cookies are accepted. Should this not be possible, our Service Hotline staff will be happy to help you finding the right property for your holiday. Please select more search criteria Please select more search criteria (eg. No. of persons, bedrooms, quality grading etc.). Loading information. Please be patient ... Property searchAdvanced searchMap search Length of stay - - - - - - - - - - - - - - - - - - - - - - 1 week 2 weeks 3 weeks 4 weeks - - - - - - - - - - - - - - - - - - - - - - 1 night 2 nights 3 nights 4 nights 5 nights 6 nights - - - - - - - - - - - - - - - - - - - - - - 8 nights 9 nights 10 nights 11 nights 12 nights 13 nights Quality Grading (minimum): No. of Persons - - - - - - - - - - - - - - - - - - - - - - 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15+ search
var ectl00_mainContent_ucSearch_ucArrivalDateSelector_valRequired = $get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_valRequired'); if (ectl00_mainContent_ucSearch_ucArrivalDateSelector_valRequired) { ectl00_mainContent_ucSearch_ucArrivalDateSelector_valRequired.controlToCompare = 'ctl00_mainContent_ucSearch_ucArrivalDateSelector_dslPeriodFrom_txtCalendar'; ectl00_mainContent_ucSearch_ucArrivalDateSelector_valRequired.controlToCompareInitialValue = 'from (earliest arrival)'; ectl00_mainContent_ucSearch_ucArrivalDateSelector_valRequired.durationOfStay = 'ctl00_mainContent_ucSearch_ddlDurationOfStay'; } // try { var s_account='interhomeukprod'; var trackingServer='112.2o7.net'; var sTrackingServer='102.112.2O7.net'; } catch (err) { } try { s.linkInternalFilters="javascript:,interhome.com,interhome.co.uk"; s.server="CH01S760"; s.currencyCode="GBP"; s.pageName="Home page"; s.prop17="GB350141"; s.prop20="EN-GB"; s.eVar17="GB350141"; s.eVar20="EN-GB"; } catch (err) { } try { var s_code=s.t(); if(s_code)document.write(s_code); if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3c')+'\!-'+'-'); } catch (err) { } try { _uacct = "UA-444648-15"; urchinTracker(); } catch (err) { }
Quick Search:
Countries
Austria
apartments Austria
Belgium
apartments Belgium
Croatia
apartments Croatia
Czech Republic
apartments Czech Republic
Dänemark
apartments Dänemark
France
apartments France
Germany
apartments Germany
Great Britain
apartments Great Britain
Griechenland
apartments Griechenland
Hungary
apartments Hungary
Ireland
apartments Ireland
Italy
apartments Italy
Netherlands
apartments Netherlands
Poland
apartments Poland
Portugal
apartments Portugal
Slovakia
apartments Slovakia
Spain
apartments Spain
Switzerland
apartments Switzerland
Türkei
apartments Türkei
USA (Florida)
apartments USA (Florida)