top of page
bottom of page
var url = new URL(document.location), params = url.searchParams, arrival = params.get("arrival"), departure= params.get("departure"), iframe = document.getElementById('previo-booking-iframe'); iframe.src = iframe.src + '&arrival=' + arrival + '&departure=' + departure;