<script>
function frameLoaded() {
if (window.opener)
window.opener.postMessage('done', '*');
}
</script>
<iframe onload="frameLoaded()"
src="data:text/html,This is a boring HTML document."></iframe>
<script>
function frameLoaded() {
if (window.opener)
window.opener.postMessage('done', '*');
}
</script>
<iframe onload="frameLoaded()"
src="data:text/html,This is a boring HTML document."></iframe>