诡水疑云第二季01集:怎样动态控制框架的高度

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/05 00:05:46
我在表格中一个单元格中添加了一个框架,怎样控制让这个框架的高度让它自动适应所要显示的内容?
这是代码:
<body>
<table width="100%" border="1">
<tr>
<td height="124" colspan="2"> </td>
</tr>
<tr>
<td width="15%" height="238"> </td>
<td width="85%"><iframe frameborder="0" src="message/msg_center.htm" width="620" height="1420" scrolling="no" border="0" name="center"></iframe></td>
</tr>
<tr>
<td height="197" colspan="2"> </td>
</tr>
</table>
</body>