"Are you sure you want to reload this page?"

BentValve

Diamond Member
Dec 26, 2001
4,190
0
0
Ummm like duh, I hit the refresh button did'nt I ?

LOL

Guys , is there any way to stop these warning banners when I refresh a page or back up pages in Safari ?


thanks
 

Kmax82

Diamond Member
Feb 23, 2002
3,008
0
0
www.kennonbickhart.com
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?
 

mugs

Lifer
Apr 29, 2003
48,920
46
91
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?

Sounds like it... I'm not sure that you can turn off that warning, because generally you don't want to resubmit POSTed forms with a properly designed web app.
 

TheStu

Moderator<br>Mobile Devices & Gadgets
Moderator
Sep 15, 2004
12,089
45
91
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.
 

mugs

Lifer
Apr 29, 2003
48,920
46
91
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.
 

weaponsofwar

Junior Member
Feb 8, 2010
1
0
0
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.


in designing web apps you invariably have to debug form validation/layouts etc...

this nag just illustrates disregard for developers. It should mosdef be a switch, it's just annoying and useless.