function adjustIFramesHeightOnLoad(iframe) { var iframeHeight = Math.min(iframe.contentWindow.window.document.documentElement.scrollHeight, iframe.contentWindow.window.document.body.scrollHeight) $(iframe).height(iframeHeight); 🎜> 실패한 테스트 얘기는 하지 않고 바로 본론으로 들어가겠습니다. 링크 2개와 iframe: