3
So I’m producing a site where I’m using iframes
with other sites within it, see the image below:
Code:
<iframe width="100%" height="747px" src="www.site.com" id="iPrincipal" scrolling='no' frameborder="0" allowfullscreen="true">
But the point is that it takes a few seconds to fully load iframe/another site, so I wanted to know a way to identify if it was fully loaded. For example, an alert: 'iframe has been fully loaded'.
Thanks in advance :)
Well, you said it didn’t work. First of all, I advise next time to comment on my answer to avoid problems. But returning to the subject, could you put in this your post (editing it) the content within the <head> tags of the respective sites? I assure you that the code I passed on works, and I would be delighted if I could set it up for you.
– Victor Eyer