views:

21

answers:

1

Hi,

I'm trying to fix a browser history issue. A customer of ours has a ASP.Net intranet page running for a while now. A colleague made it. Recently they asked to fix the "Backbutton" we made on their page (the application). It looks at the sitemap and when clicked loads the parent page. But in some situations I have to use "javascript:history.go(-1)". All worked fine on our test systems but when we deployed it on their test server it started to malfunctioned. We noticed that their production environment has the same problem. Apparently all their machines (running IE) can only go back one page in the browser history. This is not intentional. We had one of their IT staff trying some other browsers and OS's. Apparently the problem (so far) only occurs when using IE. All other browsers they tested were fine. On my devellopment system this problem doesn't occur. Also when I let someone else look at the site the problem doesn't occur either.

I've checked what their browser history length is set to and its 20 days. I tried searching here on stackoverflow but the only relevant answers concerning browser history didn't help. http://stackoverflow.com/questions/2190808/how-to-clear-browsers-ie-firefox-opera-chrome-history-using-javascript-or-ja

Also pushing the backbutton (the one in IE) only works for just one page back. There is no way we can navigate more than one page back.

Server: W2k3 R2 SP2 Clients: XP I guess / IE 8 mostly

A: 

This looks very much like a local configuration problem within your customer site and therefore unlikely to be seen elsewhere, as you've proved yourself. What you need to discover is how this could be restricted and SO isn't the place for that. You might want to try posting on SuperUser for further assistance.

Lazarus