IFREAM is highly adaptive

Cross-domain is not supported

<iframe src="http://www.baidu.com" frameborder="0" width="100%" scrolling="no"  onload="setIframeHeight(this)" id="pframe" name="pframe"></iframe>

 

<script>

function setIframeHeight(iframe) {
    if (iframe) {
        var iframeWin = iframe.contentWindow || iframe.contentDocument.parentWindow;
        if (iframeWin.document.body) {
        iframe.height = iframeWin.document.documentElement.scrollHeight || iframeWin.document.body.scrollHeight;
        }
    }
    };

</script>

 

Reference address:

http://caibaojian.com/iframe-adjust-content-height.html

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326687240&siteId=291194637