Guest User

Untitled

a guest
Jun 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. window.onbeforeunload = function(){return false;};
  2. setTimeout(function(){window.close();}, 10000); // close after 10 seconds
  3.  
  4. window.setTimeout(function() {
  5. window.opener='x';
  6. window.close();
  7. }, 10000);
Add Comment
Please, Sign In to add comment