<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的高度的变化而变化。