var comment_html=''; comment_html+='
'; document.write(comment_html); var lastHeight; function initIframe_Area() { addh(); lastHeight= Iframe_Area.document.body.scrollHeight; setInterval(dd,1); } function dd() { if(Iframe_Area.document.body.scrollHeight!=lastHeight) { addh(); lastHeight= Iframe_Area.document.body.scrollHeight; } } function addh(){ document.all('Iframe_Area').height=Iframe_Area.document.body.scrollHeight; }