1 2 3 4 5 6 7
<!DOCTYPE html> <meta charset="utf-8"> <script> window.onload = function() { opener.postMessage("other", "*"); } </script>