I have tried....
I have tried a lot many things...
Even searched Yahoo! , Google and Bing...
Why oh! why does the code not reveal...
I just want to complete it and put the quality seal....
External frame resizing...
is so f'king tensionizing.....
I need to find the solution....
before in my head it causes more pollution....
OK, Enough of useless poetry...
Normal page structure :-
<body>
<div>
blah blah
</div>
<iframe>
this is an iframe whose source is modified frequently and point to various domains. This needs to be resized dynamically according to the src page it points to right now ....
</iframe>
</body>
I tried many codes, including the "contentWindow.....scrollHeight" thing, but as it is an external frame, the brower blurts something like "Security warning. access to frame with external frame not allowed "
Read somewhere that this can be accomplished using framesets ?
Any help will be highly appreciated.