Changes

Jump to navigation Jump to search

Setting/propertiesbookingurl

297 bytes added, 15:04, 15 September 2019
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