Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #7562
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | "ViLco" <villiber@tin.it> |
| Newsgroups | comp.lang.javascript |
| Subject | Re: Why is history.back doing a reload with Chrome and Safari? |
| Date | Wed, 19 Oct 2011 12:26:11 +0200 |
| Organization | A noiseless patient Spider |
| Lines | 19 |
| Message-ID | <j7m8k5$ac5$1@dont-email.me> (permalink) |
| References | <j7m2ao$6ci$1@dont-email.me> |
| Reply-To | "ViLco" <villiber@tin.it> |
| Injection-Date | Wed, 19 Oct 2011 10:26:13 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="rI1pdSF2vvjvvS+KKg/E4A"; logging-data="10629"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/PCWGHOB8JAjkrL4ZYvtnd" |
| X-MimeOLE | Produced By Microsoft MimeOLE V6.00.2900.6109 |
| X-RFC2646 | Format=Flowed; Response |
| X-Newsreader | Microsoft Outlook Express 6.00.2900.5931 |
| Cancel-Lock | sha1:6af3H2dQRpNKPvQ3Vtnzg+CNPeI= |
| X-Priority | 3 |
| X-MSMail-Priority | Normal |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.javascript:7562 |
Show key headers only | 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 | Next — Previous in thread | Next in thread | Find similar
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