So, I'm producing a site where I'm using iframes
with other sites within it, see the image below:
Code:
<iframewidth="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 the iframe / other site, so I wanted to know a way to identify if it was fully loaded. For example, an alert: 'iframe has been fully loaded'.
Thank you very much:)