Patrick Andrieu: iframe-Anpassung funktioniert nicht im IE

Beitrag lesen

Re!

rkhb liefert hier das Stichwort:

contentWindow.document.body

So geht's:

<script type="text/javascript">  
function pruefe() {  
   var iframename = 'detail';  
   if (!document.getElementById) return;  
   var iframe = document.getElementById(iframename);  
   var body = iframe.contentWindow.document.body;  
   iframe.scrolling = 'no';  
   iframe.style.height = (body.offsetHeight + 35) + 'px';  
   body.style.overflow = 'hidden';  
}  
window.onload = pruefe;  
</script>

Lebendes Beispiel...

Viele Grüße aus Frankfurt/Main,
Patrick

--

_ - jenseits vom delirium - _
[link:hatehtehpehdoppelpunktslashslashwehwehwehpunktatomicminuseggspunktcomslash]
Nichts ist unmöglich? Doch!
Heute schon gegökt?