虽然网上类似的解决办法很多,但使用起来都不是很方便,通过自己的实践总结,得出以下的代码,以和大家分享。
<iframe id="iframeName" name="iframeName" runat="server" src="ShowMsg.aspx" width="710" height="100%" scrolling="no" frameborder="0" align="left" οnlοad="javascript:this.style.height=document.all.iframeName.contentWindow.document.forms(0).offsetHeight;"></iframe>