I frames
Below is an example of code for presenting content that is stored in an IFrame
It lets us place one webpage inside another. The page being contained has to have an iframe reference number (more about this later). Typo3 is the container, and material located elsewhere is contained in the IFrame.
In a Typo3 website, the header, menu column at left, footer, etc... are all be managed by Typo3, while the forum could be either a Typo3 extension, or something located elsewhere in a separate site (Typo3 or other perhaps).
Iframe coding follows:
<iframe src="http://researchco-op.co.nz/viewforum.php?forum=1" name="iframe359984" width="820px" height="450px" scrolling="auto" frameborder="1" align="left"></iframe>
</body>

