Originally posted by: Kmax82
Do you get those when you are entering form information? That's the only time I get a dialog box that asks if I'm sure, but usually it's just for resubmitting POST data, and not just to refresh a page. Can you post a screen of the box that you get?
Originally posted by: TheStu
I think it is a poorly designed website.
If you repeat the same test on Amazon, IMDB, or Netflix (go to main page, type in 'hancock', click first link, let load, go back), then you will find that on those other websites, it works just fine.
Correct. They're apparently using POST when they should be using GET. POST should be used when you're taking some action, when data is going to change on the server side. GET should be used to retrieve information. Searches should use GET.
It sucks that there are poorly designed web apps out there, but the feature you're complaining about is intended to prevent you from doing something you might not want to do on a well-designed web app.