您的位置:首页 > 其它

如何让一个iframe自动调整大小

2006-12-06 09:54 411 查看
例:
index.htm
=======================================
<html>
<body>
<iframe id="iframe1" height='100' src="iframe.htm"></iframe>
</body>
</html>

iframe.htm
========================================

<body onload="parent.window.document.all.iframe1.height=document.all.tb.clientHeight + 40">
<table id=tb>
<tr>
<td>
</td>
</tr>
</table>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: