Iframe 높이 자동조절

 onload='javascript:resizeIframe(this);'

function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
}
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Previous
Next Post »