Guest User

Untitled

a guest
Jan 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>My Iframe</title>
  5. </head>
  6. <body>
  7.  
  8. <button>iframe</button>
  9.  
  10. <script type="text/javascript">
  11. document.querySelector('button').onclick = function () {
  12. parent.postMessage("myevent", "*")
  13. };
  14. </script>
  15.  
  16. </body>
  17. </html>
Add Comment
Please, Sign In to add comment