Hello.
I have a flash header on my page with links. When each link is pressed, the appropriate .html page is loaded into the iframe, which i have defined with this code:
Code:
<iframe name = "mainframe" src="home.html"
width="746" height="800"
frameborder="0"
align="middle">
The problem is, the different pages that will be loaded into 'mainframe' have different heights, and i would like the iframe to adjust to these heights without adding scrolling bars.
How would I do this?