home > support > solution library > booking engine > linking to the booking engine > popup window
Loading the booking engine in a popup window means that when the customer has done with the booking engine they close the window and are back at your website.
Another alternative if you want to keep your customers on your website is to load the booking engine in an iframe, or just add a link back to your site on the final step of the booking process.
Some methods of opening popup windows are better than others, the code below should work even if the customer has a popup blocker installed.
<a href="{BookingLink}&if=1&ifwidth=720" onclick="window.open(this.href, 'mywin',
'toolbar=0,menubar=0,scrollbars=1,height=600,width=720'); return false;">Book online</a>