function resize(id){ var iframe = document.getElementById(id); iframe.style.height = (iframe.contentWindow.document.body.scrollHeight + 30 )+'px'; }