Sunday, August 12, 2012

Disable the Browser Back Button

 if (window.history) {  
 window.history.forward(1);  
 }  
A script tested in IE 9, Chrome and FireFox.


From here

No comments: