1 2 3 4 5 6 7 8
<!doctype html> <html> <head> <script> window.addEventListener('load', () => parent.postMessage('load', '*')) </script> </body> </html>