"Back to" button does not always work

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
Easto
SG Elite
Posts: 5860
Joined: Sat Dec 02, 2000 12:00 am
Location: So. California

"Back to" button does not always work

Post by Easto »

I've been wondering about this for some time and just recently it seems to be happening with IE9 too. Why is it that some web pages do no let you navigate away from them when using the "Back" button? I've found that when I'm on a "stuck" page if I do a quick double click it will break away and go back but that doesn't always work.
User avatar
YARDofSTUF
Posts: 70006
Joined: Sat Nov 11, 2000 12:00 am
Location: USA

Post by YARDofSTUF »

Just the way some sites choose to be annoying.
User avatar
Sava700
Posts: 24051
Joined: Wed Feb 27, 2002 7:51 am
Location: Somewhere

Post by Sava700 »

YARDofSTUF wrote:Just the way some sites choose to be annoying.

Yep.. alot of "adult" sites do this to keep you from leaving. You pretty much just have to home and start back over.
User avatar
TonyT
SG VIP
Posts: 10356
Joined: Fri Jan 28, 2000 12:00 am
Location: Fairfax, VA

Post by TonyT »

Sava700 wrote:You pretty much just have to home and start back over.
or navigate using browser History.
Sava700 wrote:Yep.. alot of "adult" sites do this to keep you from leaving..
and you know about this how?
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.

LRH
User avatar
TonyT
SG VIP
Posts: 10356
Joined: Fri Jan 28, 2000 12:00 am
Location: Fairfax, VA

Post by TonyT »

sites do this for 2 reasons mainly:

1. to keep you at their site
2. to prevent double POST of form data.
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.

LRH
User avatar
Sava700
Posts: 24051
Joined: Wed Feb 27, 2002 7:51 am
Location: Somewhere

Post by Sava700 »

tonyt wrote: and you know about this how?

:o
CableDude
SG VIP
Posts: 26801
Joined: Sat Jun 02, 2001 12:00 pm

Post by CableDude »

TonyT wrote:and you know about this how?

:rotfl:
User avatar
Easto
SG Elite
Posts: 5860
Joined: Sat Dec 02, 2000 12:00 am
Location: So. California

Post by Easto »

I realize, and have used the history and/or home button but I've sound that sometimes a rapid double-click on the back button seems to get you out.
User avatar
Philip
SG VIP
Posts: 11710
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post by Philip »

TonyT wrote:sites do this for 2 reasons mainly:

1. to keep you at their site
2. to prevent double POST of form data.
Also, a refresh of the page generates a new "pageview" for them, refreshing any advertisements and possibly adding a couple of cents to their revenue (if CPM-based ads).

Still, annoying your visitors does not foster a long-term relationship with them, when I encounter it, it is most likely the last time I visit that page.
User avatar
Philip
SG VIP
Posts: 11710
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post by Philip »

Easto wrote:I realize, and have used the history and/or home button but I've sound that sometimes a rapid double-click on the back button seems to get you out.
Because the siplest javascript implementation only checks one step back, and a double-click breaks it (skipping over the "last" link being monitored by the script).
Post Reply