×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Javascript
Posted by: user5f44c
Added: Mar 11, 2020 2:34 PM
Views: 4294
Tags: no tags
  1. window.onbeforeunload = function() {
  2.        return 'Stop';
  3.    };