i'm trying to do a disable back button in browser using JavaScript.
i'm using window.history.forward() for that.
it is work fine in Chrome, Firefox but it is not working in internet explorer and safari browser.
Please give me any suggestion to solve this problem.