ifame_自适应高度

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>一键分享</title>
</head>

<body>
<script src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" language="javascript">

    function iFrameHeight() {

        var ifm= document.getElementById("iframepage");

        var subWeb = document.frames ? document.frames["iframepage"].document :

    ifm.contentDocument;

            if(ifm != null && subWeb != null) {

            ifm.height = subWeb.body.scrollHeight;

            }

    }

</script>
 <iframe src="#"  width="100%" height="auto" frameborder="0" marginheight="0" marginwidth="0" id="iframepage" name="iframepage" onLoad="iFrameHeight()" scrolling="no"></iframe>
</body>
</html>

posted @ 2014-12-15 17:38  简单就好zyx  阅读(137)  评论(0编辑  收藏  举报