02 2011 档案
如何让iframe 自动适应窗口的高度
摘要:想到这样的脚本来是Iframe 自动适应高度<iframeid="contentFrame"name="contentFrame"width="100%"onload="this.height=contentFrame.document.body.scrollHeight"frameborder="0"src="index.htm"></iframe>
阅读全文