让iframe的height=100%在IE7、八中正常显示

让iframe的height100%在IE7、8中正常显示具体原因不明,在载入的时候改变他的高度为用户区的高度即可,在ifr

让iframe的height=100%在IE7、8中正常显示
具体原因不明,在载入的时候改变他的高度为用户区的高度即可,在iframe框架中加入如下代码:

onload="this.height=this.document.documentElement.scrollHeight"