コードコピーは次のとおりです。
関数setcwinheight(obj){
var cwin = obj;
if(document.getElementById){
if(cwin &&!window.opera){
if(cwin.contentdocument && cwin.contentdocument.body.offseetheight)
cwin.height = cwin.contentdocument.body.offsetheight + 30;
else if(cwin.document && cwin.document.body.scrollheight)
cwin.height = cwin.document.body.scrollheight + 30;
}
}
}
コードコピーは次のとおりです。
<iframe id = "iframeid_help"スクロール= "no" onload = "javascript:setcwinheight(this)"
width = "670px" style = "border:0px" frameborder = "0"> </iframe>