views:

65

answers:

0

This is the second time I am posting this question, and I desperately need some advice.Any help by example would be greatly appreciated as I am new to programming. I have researched related questions in Stackoverflow but it seems they all relate to iframe height adjustment based on a new content page being loaded, rather than changes to an existing page.

I have an iframe that displays a content page containing tabbed content. One tab may contain content that is larger than the next tab. When switching tabs, do we therefore need to add an event listener within the content page or some function that will resend the adjusted page size to the parent, without having to reload the content page into the iframe ? I suppose the same problem would arise if font size is adjusted within the content page !! , Please note the iframe does not need to load content from outside its domain.