Guest User

Untitled

a guest
Mar 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. App A-- // domain of A: https.mydomain/mainApp
  2. |___ App B en Iframe // IFRAME SRC="https.mydomain/iframeApp
  3.  
  4. window.addEventListener("beforeunload", function (e) {
  5.  
  6. // Trigger here the save settigns event inside B
  7. });
Add Comment
Please, Sign In to add comment