Guest User

Untitled

a guest
Oct 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. const credentials = {
  2. };
  3.  
  4. function setCredentials(user) {
  5. credentials.user = user;
  6. }
  7.  
  8. //to actually open the window..
  9. var win = window.open("window.html");
  10. win.onload = function() { win.callback = setCredentials; };
Add Comment
Please, Sign In to add comment