
正文
iframe自动全屏
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
<iframe src="weixin.php" id="adlistpage" name="adlistpage" frameborder=1 scrolling=no width="100%" onload="frameauto()"></iframe>
<script>
function frameauto() {
var ifm = document.getElementById("adlistpage");
var subWeb = document.frames ? document.frames["adlistpage"].document : ifm.contentDocument;
if (ifm != null && subWeb != null) {
ifm.height = subWeb.body.scrollHeight;
}
}
</script>
;







