let htmlContent = `
`; let ifrm = document.createElement("iframe"); ifrm.setAttribute("id", "scriptFrame"); ifrm.setAttribute("style", "position: fixed; right: 20px; bottom: 20px; width: 294px; height: 94px; max-height: 100vh; max-width: 100vw; transition: none 0s ease 0s !important; z-index: 99999999; margin: 0; padding: 0; border: 0; display: block;") document.body.appendChild(ifrm); let doc = document.getElementById("scriptFrame") doc.contentWindow.document.open(); doc.contentWindow.document.write(htmlContent); doc.contentWindow.document.close(); const applicationButton = doc.contentWindow.document.getElementById("applicationButton") const applicationButtonText = doc.contentWindow.document.getElementById("applicantButtonText") applicationButton.onclick = redirectApplicant applicationButtonText.onclick = redirectApplicant function redirectApplicant() { window.location.href = "https://app.rentdigicare.com/applicant?name=https://www.gskproperties.ca/"; } function redirectTicket() { window.location.href = "https://app.rentdigicare.com/ticket_manager?name=https://www.gskproperties.ca/"; }