Setting/propertiesbookingurl: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 36: | Line 36: | ||
[ACCOUNTID] | [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. | |||