// JavaScript Document
<!--
function calcHeight(){
var the_height= document.getElementById('iframename').contentWindow.document.body.scrollHeight+22; //hier einfach 22HE dazu und es passt ;)
  document.getElementById('iframename').height=the_height;
}
//-->
