<iframe id="iframeName" name="iframeName" runat="server" src="ShowMsg.jsp" width="710" height="100%" scrolling="no" frameborder="0" align="left" "this.style.height=document.all.iframeName.contentWindow.document.forms(0).offsetHeight;"></iframe>
以上的代碼可以實現IFrame的高度隨著源文件ShowMsg.jsp的高度的變化而變化。