function setIframeHeight() { var iframe=document.getElementById("iframe_id"); iframe.height="500px";//默认高度为500 var subcontent=document.frames? document.frames["iframe_id"].document:iframe.contentDocument; setHeight=Math.max(s
JS代码 function SetWinHeight(obj){ var win=obj; if (document.getElementById){ if (win && !window.opera){ if (win.contentDocument && win.contentDocument.body.offsetHeight){ win.height = win.contentDocument.body.offsetHeight; } else if(win.Doc