CINXE.COM

中国照明电器协会

<!DOCTYPE html> <html> <head> <title>中国照明电器协会</title> </head> <body style="width: 100%; height: 100%; margin: 0; overflow: hidden;"> <iFrame src="http://www.cali-light.com/index.php/cali/index/index.html" width="100%" name="container_ifranme" id="iframeId" onLoad="iFrameHeight()" style="width: 100%; height: 100%; margin: 0; overflow: hidden; display: none;"> </iFrame> <script> //获取iframe子页面内容高度给iframe动态设置高度 function iFrameHeight() { var ifm= document.getElementById("iframeId"); // var subWeb = document.frames ? document.frames["iframeId"].document : ifm.contentDocument; // alert(ifm.contentDocument); var h = window.innerHeight; // alert(subWeb); ifm.style.display="block"; ifm.style.height = 'auto';//关键这一句,先取消掉之前iframe设置的高度 ifm.style.height = h+'px'; }; </script> </body> </html>