want to load some external content into a hidden iframe. The hidden iframe will function as a buffer from which i can load the content into a <div>. The reason i am attempting this approach is because the external pages are located on a different domain at my company and JavaScript Security will not allow iframe resize scripts to function correctly across the domains.
The problem is i am not well versed in javascript. I know this approach is possible.
I will not be able to add any code to the pages that will be loaded into the iframe.
Help! :cry: