1 2 3 4 5 6
<div>Page 2</div> <script> window.onload = function() { opener.postMessage("loaded", "*"); } </script>;