×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
1
Added: Oct 10, 2014 3:22 PM
Views: 1824
Tags: caga
  1.  var noBackButton = function(){
  2.         window.location.hash="no-back-button";
  3.         window.location.hash="Again-No-back-button"; //chrome
  4.         window.onhashchange = function(){
  5.             window.location.hash="no-back-button";
  6.         };
  7.     };