<iframe id="iFrame1" name="iFrame1" width="100%" onload="this.height=iFrame1.document.body.scrollHeight" frameborder="0" src="index.htm">
</iframe>
說明:關鍵就在於onload="this.height=iFrame1.document.body.scrollHeight"這句話。
<iframe id="iFrame1" name="iFrame1" width="100%" onload="this.height=iFrame1.document.body.scrollHeight" frameborder="0" src="index.htm">
</iframe>
說明:關鍵就在於onload="this.height=iFrame1.document.body.scrollHeight"這句話。