Ask HN: Is it still too hard to allow “back” buttons on a banking website?
Its really frustrating not being to go back using the back button, it hampers the general flow by which I use most of the websites. Its already 2015 here, why does bank websites not allow back buttons?
Bank I used was: ICICI bank.
8 comments
[ 2.9 ms ] story [ 21.9 ms ] threadhttp://www.gcflearnfree.org/internetsafety/6/print
Topic 6 talks about it. So simple.
It's not really an issue at either of my banks, because a transaction is a lot more than merely submitting a form, and requires authorization with a single-use code. But webshops tend to have far more linear transactions, and I don't always fully trust them to use the back button the way I think it should work.
Adding that it actually takes a fair amount of work to make browser back/forward buttons work in a web application, it is really no wonder that the situation is what it is.
Have a unique hidden input for every form. If a user goes back, regenerate the form.
If a form is somehow resubmitted, print a nice message saying saying that transaction was already submitted.