VirtualMJ

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

<div class="RightSpan">
                    <iframe id="mainFrame" name="mainFrame" src="MainPage.aspx" frameborder="0" scrolling="no" style="width:100%;aho:expression(autoResize())"></iframe>
                </div>

定义js函数
function autoResize()
{
    try
    {
        document.all["mainFrame"].style.height = mainFrame.document.body.scrollHeight;
    }
    catch(e){}
}

posted on 2007-04-24 09:43  小马过河MJ  阅读(626)  评论(0编辑  收藏  举报