Advertisement
Serene_Spark

Untitled

Apr 18th, 2021
1,164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.25 KB | None | 0 0
  1. </!doctype html>
  2. <!DOCTYPE html>
  3. <html>
  4.     <body>
  5.      Some data in the body 
  6.      <script type="text/javascript">
  7.      window.addEventListener('beforeunload', function (e) {
  8.     e.preventDefault();
  9.     e.returnValue = '';
  10.     });
  11.      </script>
  12.     </body>
  13.  </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement