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>
0 comments:
Post a Comment