La copia del código es la siguiente:
función setcwinheight (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;
else if (cwin.document && cwin.document.body.scrollheight)
cwin.Height = cwin.document.body.scrollheight + 30;
}
}
}
La copia del código es la siguiente:
<iframe id = "iframeID_help" scrolling = "no" onload = "javaScript: setcwinheight (this)"
width = "670px" style = "border: 0px" FrameBorDer = "0"> </aframe>