Hotels Special Deals
Save up to 65% on hotels around the world!
CANCÚN
ORLANDO
LONDON
64%
OFF
63%
/
/
OFF
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<div class="row"> <div class="btn-div-rec col-12-rec"> <button onclick="myFunction()" class="btn-search-redirect">BOOK NOW</button> </div> </div> <script> function myFunction() { const searchUrl = "/search-detail?dest_type=Other&dateRange=Sun%2C+Jan+12+25+-+Sat%2C+Jan+18+25&destination_id=1184830&latitude=21.16362&location=Cancun%2C+Quintana+Roo%2C+Mexico&longitude=-86.82578&paxConfig=%5B%7B%22room%22%3A1%2C%22adult%22%3A2%2C%22children%22%3A0%2C%22child%22%3A%5B%5D%7D%5D&search_type=4&searchall=true"; const previousURL = document.referrer; const referrer = previousURL ? new URL(previousURL) : searchUrl; var domain = referrer.origin + searchUrl.split("?")[0]; var search = searchUrl.split("?")[1]; const fullUrl = `${domain}?${search}`; console.log("btn fullUrl", fullUrl); window.location.href = fullUrl; } </script> <style scoped> .col-12-rec { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .btn-search-redirect { width: 150px; /* change this attribute */ height: 30px; /* change this attribute */ background-color: rgb(11, 16, 80); /* change this attribute */ border-color: rgb(11, 16, 80); /* change this attribute */ font-family: Poppins; /* change this attribute */ font-weight: 700; /* change this attribute */ color: #ffffff; /* change this attribute */ font-size: 14px; /* change this attribute */ border-radius: 3rem; transition-duration: 0.4s; margin: 1rem; cursor: pointer; } .btn-div-rec { text-align: center; } </style>
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<div class="row"> <div class="btn-div-rec col-12-rec"> <button onclick="myFunction2()" class="btn-search-redirect">BOOK NOW</button> </div> </div> <script> function myFunction2() { const searchUrl = "/search-detail?dest_type=Other&dateRange=Sun%2C+Jan+12+25+-+Sat%2C+Jan+18+25&destination_id=1331270&latitude=28.54129&location=Orlando%2C+Florida%2C+United+States+of+America&longitude=-81.37904&paxConfig=%5B%7B%22room%22%3A1%2C%22adult%22%3A2%2C%22children%22%3A0%2C%22child%22%3A%5B%5D%7D%5D&search_type=4&searchall=true"; const previousURL = document.referrer; const referrer = previousURL ? new URL(previousURL) : searchUrl; var domain = referrer.origin + searchUrl.split("?")[0]; var search = searchUrl.split("?")[1]; const fullUrl = `${domain}?${search}`; console.log("btn fullUrl", fullUrl); window.location.href = fullUrl; } </script> <style scoped> .col-12-rec { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .btn-search-redirect { width: 150px; /* change this attribute */ height: 30px; /* change this attribute */ background-color: rgb(11, 16, 80); /* change this attribute */ border-color: rgb(11, 16, 80); /* change this attribute */ font-family: Poppins; /* change this attribute */ font-weight: 700; /* change this attribute */ color: #ffffff; /* change this attribute */ font-size: 14px; /* change this attribute */ border-radius: 3rem; transition-duration: 0.4s; margin: 1rem; cursor: pointer; } .btn-div-rec { text-align: center; } </style>
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<div class="row"> <div class="btn-div-rec col-12-rec"> <button onclick="myFunction3()" class="btn-search-redirect">BOOK NOW</button> </div> </div> <script> function myFunction3() { const searchUrl = "/search-detail?dest_type=Other&dateRange=Sun%2C+Jan+12+25+-+Sat%2C+Jan+18+25&destination_id=1291797&latitude=51.507538&location=London%2C+England%2C+United+Kingdom&longitude=-0.127804&paxConfig=%5B%7B%22room%22%3A1%2C%22adult%22%3A2%2C%22children%22%3A0%2C%22child%22%3A%5B%5D%7D%5D&search_type=4&searchall=true"; const previousURL = document.referrer; const referrer = previousURL ? new URL(previousURL) : searchUrl; var domain = referrer.origin + searchUrl.split("?")[0]; var search = searchUrl.split("?")[1]; const fullUrl = `${domain}?${search}`; console.log("btn fullUrl", fullUrl); window.location.href = fullUrl; } </script> <style scoped> .col-12-rec { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .btn-search-redirect { width: 150px; /* change this attribute */ height: 30px; /* change this attribute */ background-color: rgb(11, 16, 80); /* change this attribute */ border-color: rgb(11, 16, 80); /* change this attribute */ font-family: Poppins; /* change this attribute */ font-weight: 700; /* change this attribute */ color: #ffffff; /* change this attribute */ font-size: 14px; /* change this attribute */ border-radius: 3rem; transition-duration: 0.4s; margin: 1rem; cursor: pointer; } .btn-div-rec { text-align: center; } </style>
61%
OFF
/
UP TO
UP TO
UP TO
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<button onclick="Previous()" class="btn-back-redirect">Go back</button> <script> function Previous() { window.history.back(); } </script> <style scoped> .btn-back-redirect { width: 7rem; background-color: rgb(11, 16, 80); font-family: Poppins, Arial, sans-serif; font-size: small; font-weight: 700; color: #ffffff; border-radius: 2rem; padding: 0.4rem 0rem; text-transform: uppercase; text-align: center; cursor: pointer; } </style>
VEGAS
NEW YORK
BARBADOS
48%
54%
33%
/
/
/
OFF
OFF
OFF
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<div class="row"> <div class="btn-div-rec col-12-rec"> <button onclick="myFunction4()" class="btn-search-redirect">BOOK NOW</button> </div> </div> <script> function myFunction4() { const searchUrl = "/search-detail?dest_type=Other&dateRange=Sun%2C+Jan+12+25+-+Sat%2C+Jan+18+25&destination_id=1331262&latitude=36.114666&location=Las+Vegas%2C+Nevada%2C+United+States+of+America&longitude=-115.172874&paxConfig=%5B%7B%22room%22%3A1%2C%22adult%22%3A2%2C%22children%22%3A0%2C%22child%22%3A%5B%5D%7D%5D&search_type=4&searchall=true"; const previousURL = document.referrer; const referrer = previousURL ? new URL(previousURL) : searchUrl; var domain = referrer.origin + searchUrl.split("?")[0]; var search = searchUrl.split("?")[1]; const fullUrl = `${domain}?${search}`; console.log("btn fullUrl", fullUrl); window.location.href = fullUrl; } </script> <style scoped> .col-12-rec { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .btn-search-redirect { width: 150px; /* change this attribute */ height: 30px; /* change this attribute */ background-color: rgb(11, 16, 80); /* change this attribute */ border-color: rgb(11, 16, 80); /* change this attribute */ font-family: Poppins; /* change this attribute */ font-weight: 700; /* change this attribute */ color: #ffffff; /* change this attribute */ font-size: 14px; /* change this attribute */ border-radius: 3rem; transition-duration: 0.4s; margin: 1rem; cursor: pointer; } .btn-div-rec { text-align: center; } </style>
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<div class="row"> <div class="btn-div-rec col-12-rec"> <button onclick="myFunction5()" class="btn-search-redirect">BOOK NOW</button> </div> </div> <script> function myFunction5() { const searchUrl = "/search-detail?dest_type=Other&dateRange=Sun%2C+Jan+12+25+-+Sat%2C+Jan+18+25&destination_id=1331269&latitude=40.75668&location=New+York%2C+New+York%2C+United+States+of+America&longitude=-73.98647&paxConfig=%5B%7B%22room%22%3A1%2C%22adult%22%3A2%2C%22children%22%3A0%2C%22child%22%3A%5B%5D%7D%5D&search_type=4&searchall=true"; const previousURL = document.referrer; const referrer = previousURL ? new URL(previousURL) : searchUrl; var domain = referrer.origin + searchUrl.split("?")[0]; var search = searchUrl.split("?")[1]; const fullUrl = `${domain}?${search}`; console.log("btn fullUrl", fullUrl); window.location.href = fullUrl; } </script> <style scoped> .col-12-rec { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .btn-search-redirect { width: 150px; /* change this attribute */ height: 30px; /* change this attribute */ background-color: rgb(11, 16, 80); /* change this attribute */ border-color: rgb(11, 16, 80); /* change this attribute */ font-family: Poppins; /* change this attribute */ font-weight: 700; /* change this attribute */ color: #ffffff; /* change this attribute */ font-size: 14px; /* change this attribute */ border-radius: 3rem; transition-duration: 0.4s; margin: 1rem; cursor: pointer; } .btn-div-rec { text-align: center; } </style>
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<div class="row"> <div class="btn-div-rec col-12-rec"> <button onclick="myFunction6()" class="btn-search-redirect">BOOK NOW</button> </div> </div> <script> function myFunction6() { const searchUrl = "/search-detail?dest_type=Other&dateRange=Sun%2C+Jan+12+25+-+Sat%2C+Jan+18+25&destination_id=17&latitude=13.182725&location=Barbados&longitude=-59.556046&paxConfig=%5B%7B%22room%22%3A1%2C%22adult%22%3A2%2C%22children%22%3A0%2C%22child%22%3A%5B%5D%7D%5D&search_type=2&searchall=true"; const previousURL = document.referrer; const referrer = previousURL ? new URL(previousURL) : searchUrl; var domain = referrer.origin + searchUrl.split("?")[0]; var search = searchUrl.split("?")[1]; const fullUrl = `${domain}?${search}`; console.log("btn fullUrl", fullUrl); window.location.href = fullUrl; } </script> <style scoped> .col-12-rec { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .btn-search-redirect { width: 150px; /* change this attribute */ height: 30px; /* change this attribute */ background-color: rgb(11, 16, 80); /* change this attribute */ border-color: rgb(11, 16, 80); /* change this attribute */ font-family: Poppins; /* change this attribute */ font-weight: 700; /* change this attribute */ color: #ffffff; /* change this attribute */ font-size: 14px; /* change this attribute */ border-radius: 3rem; transition-duration: 0.4s; margin: 1rem; cursor: pointer; } .btn-div-rec { text-align: center; } </style>
UP TO
UP TO
UP TO
© All rights reserved.