Hi,
I have iframe with content like below,
<iframe frameborder="no" src="http:localhost/com" id="iframe">
<div style="height:850px;width:700px;">div text </div>
</iframe>
This shows the iframe with hori. and vertical scroll but not the height on inner content of 850px.
how can i change the iframe height dynamiclly based on inner content height n width. Im using jquery inside the content.
Its cross domain js widget so most of the below answers throwing permission denied error
Thanxs, Nithish