JavaScript Disable Browsers Back Button ?

JavaScript Disable Browsers Back Button ?
----------------------------------------------

Disable browser's back button with JavaScript.

Paste the below script in your first page.

<script type="text/javascript">
 window.history.forward(); 
   function noBack() { 
       window.history.forward(); 
   } 
</script>

 

Categories: Java Script Tags: #JavaScript,

Newsletter Subcribe

Receive updates and latest news direct from our team. Simply enter your email.