Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #7562

Re: Why is history.back doing a reload with Chrome and Safari?

From "ViLco" <villiber@tin.it>
Newsgroups comp.lang.javascript
Subject Re: Why is history.back doing a reload with Chrome and Safari?
Date 2011-10-19 12:26 +0200
Organization A noiseless patient Spider
Message-ID <j7m8k5$ac5$1@dont-email.me> (permalink)
References <j7m2ao$6ci$1@dont-email.me>

Show all headers | View raw


ViLco wrote:

> This is not my case since I'm directing the browser back in a
> programmatical way, which is: from my JS functions, not in an anchor
> like the above one.
> Anyone has a clue about how to prevent this reload?

I found out this on webkit.org but it isn't very informative.

http://www.webkit.org/blog/427/webkit-page-cache-i-the-basics/

The only really technical article is the next one but it is specific to 
onunload only and I have no onunload calls here.
So, I'm stuck with this "basics" article which says that webkit doesn't 
cache unuseful pages, complex pages and secure pages. I checked but I have 
no unuseful pages, no active plugins, no frames and no https.
I'm stuck. 

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Why is history.back doing a reload with Chrome and Safari? "ViLco" <villiber@tin.it> - 2011-10-19 10:38 +0200
  Re: Why is history.back doing a reload with Chrome and Safari? "ViLco" <villiber@tin.it> - 2011-10-19 12:26 +0200
  Re: Why is history.back doing a reload with Chrome and Safari? "Tom de Neef" <tdeneef@qolor.nl> - 2011-10-19 18:37 +0200
  Re: Why is history.back doing a reload with Chrome and Safari? Andreas Bergmaier <andber93@web.de> - 2011-10-19 20:23 +0200
    Re: Why is history.back doing a reload with Chrome and Safari? "ViLco" <villiber@tin.it> - 2011-10-20 09:47 +0200

csiph-web