A cópia do código é a seguinte:
função setcwinEight (obj) {
var cwin = obj;
if (document.getElementById) {
if (cwin &&! window.opera) {
if (cwin.contentDocument && cwin.contentdocument.body.offsetheight)
cwin.Height = cwin.contentDocument.body.offsetHeight + 30;
caso contrário, if (cwin.document && cwin.document.body.scrollheight)
cwin.Height = cwin.document.body.scrolHeight + 30;
}
}
}
A cópia do código é a seguinte:
<iframe id = "iframeid_help" scrolling = "no" onload = "javascript: setcwinheight (this)"
width = "670px" style = "border: 0px" frameBerborder = "0"> </frame>