2
Reply

How to disable browser forward and backward button in jquery?

Bhakiyalakshmi Selvam

Bhakiyalakshmi Selvam

Jan 30, 2017
832
1

    window.history.forward(); function preventBack() { window.history.forward(1); }we can call preventBack() function on page load

    Sourabh Somani
    February 16, 2017
    1

    please try this http://www.htmlgoodies.com/tutorials/buttons/article.php/3478911/Disabling-the-Back-Button.htm

    Thennarasu N
    March 17, 2017
    0