Conditions
|
L'entreprise
Accueil
Recherche
Offres spéciales
Dernière Minute
Informations Pays
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 += 'Bitte ein Land auswählen
'; result = false; } if (!$get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_dslPeriodFrom_dvValidator').isvalid) { errorText.innerHTML += 'von (früheste Anreise) ist kein gültiges Datum! Datum muss in der Zukunft liegen.
'; result = false; } if (!$get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_dslPeriodTo_dvValidator').isvalid) { errorText.innerHTML += 'bis (späteste Abreise) ist kein gültiges Datum! Datum muss in der Zukunft liegen.
'; result = false; } if (!$get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_valCompare').isvalid) { errorText.innerHTML += 'bis (späteste Abreise) muss grösser sein wie von (früheste Anreise)
'; result = false; } if (!$get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_valRequired').isvalid) { errorText.innerHTML += 'Bitte bis (späteste Abreise) oder Aufenthaltsdauer angeben!'; result = false; } if (result && !validateSearchControls()) { errorText.innerHTML += 'Bitte wählen Sie weitere Suchkriterien (z.B. Personen, Zimmer, Qualität 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 != 'von (früheste Anreise)' && (($get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_dslPeriodTo_txtCalendar') && $get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_dslPeriodTo_txtCalendar').value != '' && $get('ctl00_mainContent_ucSearch_ucArrivalDateSelector_dslPeriodTo_txtCalendar').value != 'bis (späteste Abreise)') || ($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; } } // Merkliste: 0 Objekte - Jetzt Merkliste zusammenstellen Startseite Cookies deaktiviert Lieber Besucher der Interhome-Website, Ihr Browser akzeptiert keine Session-Cookies. Dabei handelt es sich um absolut unbedenkliche Dateien, mit welchen unpersonalisierte Daten von Seite zu Seite übermittelt werden. Bitte beachten Sie, dass unsere Website ohne diese nicht in vollem Umfang genutzt werden kann. Wir empfehlen Ihnen, die Sicherheitseinstellungen Ihres Browsers zu überprüfen und anzupassen. Sollte dies nicht möglich sein, steht Ihnen unser Team gerne für Beratung und Buchung zur Verfügung. Hier geht's zu den Kontaktinfos Ihrer nächsten Verkaufsstelle Bitte wählen Sie mehr Kriterien aus. Bitte wählen Sie weitere Suchkriterien (z.B. Personen, Zimmer, Qualität etc.). Daten werden geladen. Bitte warten... StandardsucheProfisucheKartensuche Aufenthaltsdauer - - - - - - - - - - - - - - - - - - - - - - 1 Woche 2 Wochen 3 Wochen 4 Wochen - - - - - - - - - - - - - - - - - - - - - - 1 Nacht 2 Nächte 3 Nächte 4 Nächte 5 Nächte 6 Nächte - - - - - - - - - - - - - - - - - - - - - - 8 Nächte 9 Nächte 10 Nächte 11 Nächte 12 Nächte 13 Nächte Qualität (Minimum): Anzahl Personen - - - - - - - - - - - - - - - - - - - - - - 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15+ suchen
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 = 'von (früheste Anreise)'; ectl00_mainContent_ucSearch_ucArrivalDateSelector_valRequired.durationOfStay = 'ctl00_mainContent_ucSearch_ddlDurationOfStay'; } // try { var s_account='interhomechprod'; var trackingServer='112.2o7.net'; var sTrackingServer='102.112.2O7.net'; } catch (err) { } try { s.linkInternalFilters="javascript:,interhome.com,interhome.ch"; s.server="CH01S764"; s.currencyCode="CHF"; s.pageName="Home page"; s.prop17="CH200065"; s.prop20="DE-CH"; s.eVar17="CH200065"; s.eVar20="DE-CH"; } catch (err) { } try { var s_code=s.t(); if(s_code)document.write(s_code); if(navigator.appV
Recherche:
Pays
Allemagne
maisons de vacances Allemagne
Autriche
maisons de vacances Autriche
Belgique
maisons de vacances Belgique
Croatie
maisons de vacances Croatie
Dänemark
maisons de vacances Dänemark
Espagne
maisons de vacances Espagne
Etats-Unis (Floride)
maisons de vacances Etats-Unis (Floride)
France
maisons de vacances France
Grande-Bretagne
maisons de vacances Grande-Bretagne
Griechenland
maisons de vacances Griechenland
Hongrie
maisons de vacances Hongrie
Irlande
maisons de vacances Irlande
Italie
maisons de vacances Italie
Pays-Bas
maisons de vacances Pays-Bas
Pologne
maisons de vacances Pologne
Portugal
maisons de vacances Portugal
Rép. Tchèque
maisons de vacances Rép. Tchèque
Slovaquie
maisons de vacances Slovaquie
Suisse
maisons de vacances Suisse
Türkei
maisons de vacances Türkei