// Sends the client ID to the window inside the destination frame, once it's loaded. checkfrontIframe.addEventListener("load", function () { this.contentWindow.postMessage(clientId, 'https://tallyhoinn.checkfront.com'); }); });