IFRAME自适应高度
<iframe src="index.aspx" name="iframe" id="iframe" allowtransparency="true" align="default" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" height="200" width="500" onload="this.height=0;var fdh=(this.Document?this.Document.body.scrollHeight:this.contentDocument.body.offsetHeight);this.height=(fdh>200?fdh:200)"></iframe>
|
posted on 2007-08-23 10:29 网络安全、asp、asp.net编程 阅读(226) 评论(1) 编辑 收藏 举报