Possible Duplicate:
How to auto-size an iFrame?
Here is the thing, i have a menu with lots of links, these links have an iframe as target.
The pages that load in the iframe have multiple heights, so i wanted to get the height of the page loaded in the iframe and apply it to the iframe.
I tried some codes with jquery and pure javascript around the net but none worked.
What should i do?