<iframe id="main" name="main" style="aho:expression(autoResize());"
frameBorder="0" width="100%" scrolling="no" src="/blog/index.aspx"></iframe>
在<head></head>中放
<SCRIPT>
function autoResize()
{
try
{
document.all["main"].style.height=main.document.body.scrollHeight;
}
catch(e){}
}
</SCRIPT>