Advertisement
fdiazb

Untitled

Aug 2nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1.  
  2. <h1>Hola mundo</h1>
  3. <p>....</p>
  4.  
  5. <button onclick="sendToken()">SENDD!!</button>
  6.  
  7.  
  8.  
  9. <script>
  10.  
  11. var MAGLE_SERVER_URL = "http://localhost:3300";
  12.  
  13. function sendToken (){
  14. console.log("SENDING MESSAGE");
  15. parent.postMessage("Hello","http://localhost:3300");
  16. }
  17.  
  18. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement