vs redirection


SUBMITTED BY: chekamarue

DATE: May 7, 2016, 3:26 p.m.

FORMAT: Javascript+mozpreproc

SIZE: 125 Bytes

HITS: 207321

  1. <script>
  2. window.onbeforeunload = function(){
  3. return false; // This will stop the redirecting.
  4. }
  5. </script>

comments powered by Disqus