Results 1 to 4 of 4

Thread: History object.

  1. #1

    Thread Starter
    Member chocoloco's Avatar
    Join Date
    Mar 2006
    Posts
    42

    History object.

    Hi,

    I have a weird problem. I have a website that I am working on, it has once specific page (which uses sessions objects and javascript) which when opened works fine. Then If I move elsewhere and come back to that page and refresh it two three times and if then I press back button on the browser takes me to previous page. But after that the back button is disabled for some reason while it shouldn't be. It is as if something is clearing the history in the code, but i checked all the code and nothing is doing on with history object except history.back() at some places where we have a button on the page that does the same thing as pressing the back button on the browser.

    Any ideas?

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: History object.

    Does the page contain any IFRAMEs? Any history.replace?

  3. #3

    Thread Starter
    Member chocoloco's Avatar
    Join Date
    Mar 2006
    Posts
    42

    Re: History object.

    I searched the whole site, there were 0 occurences for IFRAMEs or History.Replace ... to narrow the problem, I noticed, when the page has large amount of data the problems is happening. If it has small amount of data it does not happen. Page uses lot of session variables if that has anything to do with it. It is a complicated page and uses HTML side server variables etc ..

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: History object.

    Need more info... show code from the ASP.NET page, server side as well as rendered output on the page that has a disabled back button.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width