Forum Moderators: coopster
Another observation, Google AdSense seems to be using iframe together with Javascript and it's freakingly fast.
Could anyone shed light in this performance issue?
Thanks!
window.frames['iframename'].document.write('Stuff to write');
You should also do...
window.frames['iframename'].document.close();
I'm not aware of any other way to put content in an iframe except making a physical page and loading it via the src attribute of the iframe. There is no advantage either way that I know of.
I was just guessing about why you would see the iframe loading still when the rest of the page was done, but if you're not using JavaScript already then my guess was wrong. Sorry for any confusion.
Jordan