function iframeAutoExecute(iframeObject)
{
 iframeObject.height=0;
 iframeObject.height=(iframeObject.Document?iframeObject.Document.body.scrollHeight:iframeObject.contentDocument.body.offsetHeight);
 iframeObject.Document.body.style.backgroundColor = '#FFFFCC';
}面向对象,页内不限iframe数量。IE & Firefox 均通过!