How to disable browser forward and backward button in jquery?
Bhakiyalakshmi Selvam
window.history.forward(); function preventBack() { window.history.forward(1); }we can call preventBack() function on page load
please try this http://www.htmlgoodies.com/tutorials/buttons/article.php/3478911/Disabling-the-Back-Button.htm