<script> <br> function SetCwinHeight(){ <br> var bobo=document.getElementById("bobo"); //iframe id <br> if (document.getElementById){ <br> if (bobo && !window.opera){ <br> if (bobo.contentDocument && bobo.contentDocument.body.offsetHeight){ <br> bobo.height = bobo.contentDocument.body.offsetHeight; <br> }else if(bobo.Document && bobo.Document.body.scrollHeight){ <br> bobo.height = bobo.Document.body.scrollHeight; <br> } <br> } <br> } <br> } <br></script>
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]









