// ----------------------------------------------------------------------------------------------//
RSS

Block Browser Back Button using 'JS'

script to block browser back button 

Just paste this following script in your victim web page and then save page and test it on your Browser 

Done...

 Here The script :-

  <script type = 'text/javascript' >
       function preventBack(){window.history.forward();}
        setTimeout('preventBack()', 10);
        window.onunload=function(){null};
    </script><!doctype html>

 

 

    

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comments: