Sven Mintel
Mitglied
Probiers mal so:
Code:
function resize_me(n)
{
d=10;ifObj=document.getElementsByName(n)[0];p=(document.all)?'scroll':'offset';
eval("ifObj.style.height=Math.max(200,window.frames[n].document.getElementsByTagName('body')[0]."+p+"Height+"+d));
}