NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:andere-erweiterungen:iframe [2010/02/26 21:52] Knut Heermann (flip-flop) created |
deutsch:andere-erweiterungen:iframe [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n>500}} | {{indexmenu_n>500}} | ||
| - | ====== IFrame einbetten ====== | + | ====== iFrame einbetten ====== |
| - | Hier wird ein einfachen JS vorgestellt, dass die Höhe eines IFrames automatisch berechnet. | + | Hier wird ein einfachen JS vorgestellt, dass die Höhe eines iFrames automatisch berechnet //(Die geframte Seite muss auf der eigenen Domain liegen)//. |
| Forum: [[http://forum.phpwcms.org/viewtopic.php?p=122894#p122894|Dynamisches DIV Layout mit iframe?!]] | Forum: [[http://forum.phpwcms.org/viewtopic.php?p=122894#p122894|Dynamisches DIV Layout mit iframe?!]] | ||
| Line 33: | Line 33: | ||
| <iframe name="iframename" onLoad="calcHeight();" scrolling="no" width="100%" frameborder="0" id="iframename"src="http://www.irgendwo.com"></iframe> | <iframe name="iframename" onLoad="calcHeight();" scrolling="no" width="100%" frameborder="0" id="iframename"src="http://www.irgendwo.com"></iframe> | ||
| </code> | </code> | ||
| + | |||
| + | <note> | ||
| + | Dieses Script funktioniert nur bei Seiten die auf der eigenen Domain liegen //(Kein Cross-Scripting)//. | ||
| + | </note> | ||
| + | |||
| + | \\ | ||