I have an iframe and the content of it comes from cross domain. I do not have access to the crossdomain to add any javascript. I would like to increase the height of the iframe dynamically based on the content inside the iframe. I googled before posting here, but no concrete answer was found. I tried this
document.getElementById("sceIframe").contentWindow.document.body.scrollHeight
but, since its a crossdomain, I am getting permission denied.
Can anyone please throw some sample code on how to do this?