Hi I'm trying to find a script that dynamically resizes the iframe to be the height of the page contained within it
The iframe page I am accessing is an external domain page.
I know due to security reasons normally all external pages loaded into the iframe must be from the same domain as the page the iframe tag is inserted. My twist is I can add codes to the external domain source page. I was wondering in this case is there a way to work around this issue so I can dynamically resize my parent iframe?
This is the closest thing I found, except it doesn't work for external pages on different domains.
http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm
Thanks much!!