gecko-dev/docshell/test/iframesandbox/file_child_navigation_by_lo...

2 строки
137 B
HTML

<script>function onNav() { parent.parent.postMessage("childIframe", "*"); } window.onload = onNav; window.onhashchange = onNav;</script>