Mercurial > repos > saskia-hiltemann > ireport
view ireport_javascript.js @ 9:7300ed4c1481 draft default tip
Uploaded
author | saskia-hiltemann |
---|---|
date | Mon, 04 Sep 2017 10:49:00 -0400 |
parents | a4813532bbc6 |
children |
line wrap: on
line source
function resizeIframe(obj) { oldheight=obj.style.height oldwidth=obj.style.width obj.style.height = obj.contentWindow.document.body.scrollHeight + 4 + 'px'; obj.style.width = obj.contentWindow.document.body.scrollWidth + 4 + 'px'; if(obj.style.height < 50){ obj.style.height=oldheight } }