1 2 3 4 5 6 7 8 9 10 11 12
<html> <head> <body> <script type="text/javascript"> "use strict"; window.onload = function() { window.opener.postMessage("ready", "*"); }; </script> </body> </html>