Changes

Jump to navigation Jump to search

Setting/propertiesbookingurl

297 bytes removed, 15:58, 15 May 2020
no edit summary
[ACCOUNTID]
 
 
If you are familiar with Javascript you can us this method to add target features to Booking redirect URL:
 
<script>
$(document).ready(function(){
$('#propid1234 a').attr('target', '_parent');
});
</script>
 
Scripts can be addes in the <head> section in SETTINGS->BOOKING PAGE-DEVELOPER.

Navigation menu