Redirecting To A Specific Page When Clicking Browser's Back Button
it's a bit of a nooby question, but there it goes: i have a site where the user can only navigate from page to page via next and back buttons. i.e there is a wizard the user must f
Solution 1:
It's not possible to prevent the default behavior of the browser's back button - no browser allows that because it would pose potential security risks and a bad user experience.
With that said, there are tricks out there that may satisfy your needs. Check this out: Detecting Back Button/Hash Change in URL
Post a Comment for "Redirecting To A Specific Page When Clicking Browser's Back Button"