Form submit returning home instead of response

Form submit returning home instead of response

I'm working on a proof of concept of a mobile ecommerce site and I've run into a problem where after a user removes an item from their cart my response shows the cart again. But if the user clicks back, it takes them back to the view cart page where the item that they removed is still in there.

I was wondering if there was a way to override either the form response to go back to the home page or override the back from the cart to force it to go home?