how to disable browser back button that works for all major browsers: IE/FF/ Chrome/Opera/Safari.
thanks!
Use history.forward(); in your source page from where you are going to the target page.now if u try to go back to the previous page u can't.
disabling the browser button is not possible but try this solution if u want to implement in the same way.