如何修复iframe的子页面继承高度?

时间:2012-06-29 12:50:52

标签: php javascript jquery html

<iframe id="filehandler" style="border: 0; width: 100%; height:1000%" 
  scrolling="no" src="loadindex.php" onload='adjustMyFrameSize();'  
  name="content-part">
</iframe>

页面loadindex.php包含另一个子页面。它不是iframe,但页面内容更多。此页面的高度为loadindex.php的高度。如何修复从子页面继承的高度?

0 个答案:

没有答案