<script type="text/javascript"> <!-- moz=document.getElementById&&!document.all mozHeightOffset=20 function resize_iframe(){ document.getElementById("iframe_id").height=100 // default heightdocument.getElementById('iframe_id').height=window.frames["iframe_name"].document.body.scrollHeight+(moz?mozHeightOffset:0) } // --> </script> <iframe width=300 id="iframe_id" name="iframe_name" src="" scrolling="no" frameborder="yes" onload=resize_iframe()></iframe>
Jump To Top of Thread