window.addEventListener('message', function (event) { if (event.data.hasOwnProperty("FrameId") && event.data.FrameId == '9L9Brd') { } if (event.data.hasOwnProperty("FrameHeight")) { //Set height of the Iframe document.getElementById('esconoEmbeddedWidged_' + '9L9Brd').style.height = event.data.FrameHeight + 'px'; } if (event.data.hasOwnProperty("ScrollIntoView")) { //Scroll host page to the top of the Iframe document.getElementById('esconoEmbeddedWidged_' + '9L9Brd').scrollIntoView(); } }); function setFlexSIframeHeight(ifrm) { var height = ifrm.contentWindow.postMessage("FrameHeight", "*"); } document.writeln('');