Die Codekopie lautet wie folgt:
FunktionsetcwinHeight (obj) {
var cwin = obj;
if (document.getElementById) {
if (cwin &&! window.opera) {
if (cwin.contentdocument && cwin.contentdocument.body.offseteight)
cwin.height = cwin.contentDocument.body.offseteight + 30;
sonst wenn (cwin.document && cwin.document.body.scrollHeight)
cwin.height = cwin.document.body.scrollHeight + 30;
}
}
}
Die Codekopie lautet wie folgt:
<iframe id = "iframeid_help" scrolling = "no" onload = "JavaScript: setCwinHeight (this)" "
width = "670px" style = "border: 0px" Framborder = "0"> </iframe>