IE BACK problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • themhz

    IE BACK problem

    I created a form with a list box item .when a user logs on
    in that page and clicks three times on diferent items in
    the list box , if he clicks the back button on the IE the
    browser will bring him one step before .
    i need to know how can i catch that back event of the IE
    so i can move the user to the page he was before .
  • Charlie Nilsson [MSFT]

    #2
    RE: IE BACK problem


    This is probably the most annoying thing for web programmers.... really,
    there is nothing you can do.

    Search around on Google, there are a few hacks to get around the old back
    button. (usually Javascript, since there's no robust way for a server to
    know what the browser is doing) But these are more duct-tape than
    anything else.



    --------------------[color=blue]
    >Content-Class: urn:content-classes:message
    >From: "themhz" <themhz@yahoo.c om>
    >Sender: "themhz" <themhz@yahoo.c om>
    >Subject: IE BACK problem
    >Date: Mon, 29 Sep 2003 01:15:42 -0700
    >Lines: 6
    >Message-ID: <18e501c38661$d fc427f0$a301280 a@phx.gbl>
    >MIME-Version: 1.0
    >Content-Type: text/plain;
    > charset="iso-8859-1"
    >Content-Transfer-Encoding: 7bit
    >X-Newsreader: Microsoft CDO for Windows 2000
    >Thread-Index: AcOGYd/E3Qra9POqRNqQLU iPLMC+ZA==
    >X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
    >Newsgroups: microsoft.publi c.dotnet.genera l
    >Path: cpmsftngxa06.ph x.gbl
    >Xref: cpmsftngxa06.ph x.gbl microsoft.publi c.dotnet.genera l:110211
    >NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
    >X-Tomcat-NG: microsoft.publi c.dotnet.genera l
    >
    >I created a form with a list box item .when a user logs on
    >in that page and clicks three times on diferent items in
    >the list box , if he clicks the back button on the IE the
    >browser will bring him one step before .
    >i need to know how can i catch that back event of the IE
    >so i can move the user to the page he was before .
    >[/color]

    Comment

    • themhz

      #3
      RE: IE BACK problem

      Great :) thanx anyway i will try to find out a way with
      java script .[color=blue]
      >-----Original Message-----
      >
      >This is probably the most annoying thing for web[/color]
      programmers.... really,[color=blue]
      >there is nothing you can do.
      >
      >Search around on Google, there are a few hacks to get[/color]
      around the old back[color=blue]
      >button. (usually Javascript, since there's no robust way[/color]
      for a server to[color=blue]
      >know what the browser is doing) But these are more duct-[/color]
      tape than[color=blue]
      >anything else.
      >
      >
      >
      >--------------------[color=green]
      >>Content-Class: urn:content-classes:message
      >>From: "themhz" <themhz@yahoo.c om>
      >>Sender: "themhz" <themhz@yahoo.c om>
      >>Subject: IE BACK problem
      >>Date: Mon, 29 Sep 2003 01:15:42 -0700
      >>Lines: 6
      >>Message-ID: <18e501c38661$d fc427f0$a301280 a@phx.gbl>
      >>MIME-Version: 1.0
      >>Content-Type: text/plain;
      >> charset="iso-8859-1"
      >>Content-Transfer-Encoding: 7bit
      >>X-Newsreader: Microsoft CDO for Windows 2000
      >>Thread-Index: AcOGYd/E3Qra9POqRNqQLU iPLMC+ZA==
      >>X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
      >>Newsgroups: microsoft.publi c.dotnet.genera l
      >>Path: cpmsftngxa06.ph x.gbl
      >>Xref: cpmsftngxa06.ph x.gbl[/color][/color]
      microsoft.publi c.dotnet.genera l:110211[color=blue][color=green]
      >>NNTP-Posting-Host: TK2MSFTNGXA11 10.40.1.163
      >>X-Tomcat-NG: microsoft.publi c.dotnet.genera l
      >>
      >>I created a form with a list box item .when a user logs[/color][/color]
      on[color=blue][color=green]
      >>in that page and clicks three times on diferent items in
      >>the list box , if he clicks the back button on the IE[/color][/color]
      the[color=blue][color=green]
      >>browser will bring him one step before .
      >>i need to know how can i catch that back event of the IE
      >>so i can move the user to the page he was before .
      >>[/color]
      >
      >.
      >[/color]

      Comment

      Working...