I have the following scenario on my website.. When a user is on the payment(checkout) page and hits the back button, an error page is displayed by default (magento tricky stuff).
I would like my user to be redirected on the homepage!
Is this possible using javascript/jquery, or using html5 push state?
Any help would much be appreciated.