NAVIGATION
This shows you the differences between two versions of the page.
|
english:other-enhancements:iframe [2010/02/26 21:54] Knut Heermann (flip-flop) created |
english:other-enhancements:iframe [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 31: | Line 31: | ||
| **DIV - middle:** | **DIV - middle:** | ||
| <code html> | <code html> | ||
| - | <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.example.com"></iframe> |
| </code> | </code> | ||
| + | |||
| + | <note> | ||
| + | This script only works for pages on your own domain. | ||
| + | </note> | ||
| \\ | \\ | ||