<iframe src="right_com.html" id="rightiframe" height="100" name="rightiframe" scrolling="no" frameborder="0"></iframe>
<script type="text/javascript">
function reinitIframe(){
var iframe = document.getElementById("rightiframe");
try{
iframe.height = iframe.contentWindow.document.documentElement.scrollHeight;
iframe.width = iframe.contentWindow.document.documentElement.scrollWidth;
}catch (ex){}
var iframe = document.getElementById("mainiframe");
try{
iframe.height = iframe.contentWindow.document.documentElement.scrollHeight;
iframe.width = iframe.contentWindow.document.documentElement.scrollWidth;
}catch (ex){}
}
window.setInterval("reinitIframe()", 200);
</script>