This is an old revision of the document!


IFrame einbetten

Hier wird ein einfachen JS vorgestellt, dass die Höhe eines IFrames automatisch berechnet.

Forum: Dynamisches DIV Layout mit iframe?!

Autor: ??



Im Header (HTML-Header!!!):

iframe head

<script language="JavaScript" type="text/javascript">
<!--
function calcHeight()
{
//find the height of the internal page
var the_height=document.getElementById('iframename').contentWindow.document.body.scrollHeight;
 
//change the height of the iframe
document.getElementById('iframename').height=the_height +15;
}
//-->
</script>


DIV - Mitte:

<iframe name="iframename" onLoad="calcHeight();" scrolling="no" width="100%" frameborder="0" id="iframename"src="http://www.irgendwo.com"></iframe>
deutsch/andere-erweiterungen/iframe.1267217534.txt.gz · Last modified: 2018/06/03 18:07 (external edit)
www.planmatrix.de www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0