I am doing web development.
I have a page to do with credit card, which when user click \"refresh\" or \"Back\", the transaction will be performed one more time, wh
You shouldn't try to "block" these actions. What you should do is make sure that nothing happends when someone "double submits" the form.