function resizeIframeToFitContent(iframe) { iframe.height = window.frames["ContentFrame"].document.body.scrollHeight; }