IFrame高度设置为嵌入页面的高度
代码:
<iframe src="a.htm" width="1000" frameborder="0" height="1000" onload="this.style.height=parseInt(window.frames[0].document.body.scrollHeight);"></iframe>
IFrame高度设置为嵌入页面的高度
代码:
<iframe src="a.htm" width="1000" frameborder="0" height="1000" onload="this.style.height=parseInt(window.frames[0].document.body.scrollHeight);"></iframe>