checking for back button

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

    checking for back button

    Is there a way to check for the back button? There has got to be a
    way with either vbscript/javascript. I could place redirect pages
    in there or some creative? any ideas?
  • HikksNotAtHome

    #2
    Re: checking for back button

    In article <d1b33313.03091 00618.2b8154f6@ posting.google. com>,
    bigbinc@hotmail .com (bigbinc) writes:
    [color=blue]
    >Is there a way to check for the back button?[/color]

    No.
    [color=blue]
    >There has got to be a way with either vbscript/javascript.[/color]

    If there is, its a huge bug in the browser.
    [color=blue]
    >I could place redirect pages in there or some creative?[/color]

    You want to change the navigation behavior of the browser? WHY? Sounds like you
    are trying to solve a problem, and trying to solve it the wrong way.
    [color=blue]
    >any ideas?[/color]

    Whats the real problem you are trying to solve?

    The page has no way of knowing how I left, only that I left. Back/Forward
    Button, Favorite Link, Close the browser, type in a URL, click a link, are a
    few ways to leave, and the only one in that list that the page can be aware of
    is a link being clicked, otherwise, it has no access (and no right) to know
    where I went when I left.

    --
    Randy

    Comment

    • bigbinc

      #3
      Re: checking for back button

      hikksnotathome@ aol.com (HikksNotAtHome ) wrote in message news:<200309102 25806.23171.000 00662@mb-m05.aol.com>...[color=blue]
      > In article <d1b33313.03091 00618.2b8154f6@ posting.google. com>,
      > bigbinc@hotmail .com (bigbinc) writes:
      >[color=green]
      > >Is there a way to check for the back button?[/color]
      >
      > No.
      >[color=green]
      > >There has got to be a way with either vbscript/javascript.[/color]
      >
      > If there is, its a huge bug in the browser.
      >[color=green]
      > >I could place redirect pages in there or some creative?[/color]
      >
      > You want to change the navigation behavior of the browser? WHY? Sounds like you
      > are trying to solve a problem, and trying to solve it the wrong way.
      >[color=green]
      > >any ideas?[/color]
      >
      > Whats the real problem you are trying to solve?
      >
      > The page has no way of knowing how I left, only that I left. Back/Forward
      > Button, Favorite Link, Close the browser, type in a URL, click a link, are a
      > few ways to leave, and the only one in that list that the page can be aware of
      > is a link being clicked, otherwise, it has no access (and no right) to know
      > where I went when I left.[/color]


      I am working on a web application that usually fries when I a user
      uses back. I found two ways to stop it, put an intermediate page in
      between the page I want to go to. The other way is to use a pop-up
      window without the menubar.
      Both ways suck in my opinion.

      Comment

      • kaeli

        #4
        Re: checking for back button

        In article <d1b33313.03091 10715.6bf1edbe@ posting.google. com>,
        bigbinc@hotmail .com enlightened us with...[color=blue]
        >
        >
        > I am working on a web application that usually fries when I a user
        > uses back.[/color]

        Then write your application properly. Don't mess with the user interface
        because you didn't program it right.

        What fries? Maybe we can help you fix your application.

        -------------------------------------------------
        ~kaeli~
        Press any key to continue or any other key to quit.
        Who is General Failure and why is he reading
        my hard disk?


        -------------------------------------------------

        Comment

        • asdf asdf

          #5
          Re: checking for back button

          Getting the back button working in a web application is pretty
          important. All users are familiar with the back button. Sounds like
          that is a bug that needs fixing.

          That said, IE gives you an event that lets you prompt the user before
          they navigate away from your page and lets them choose to proceed or
          cancel their navigation.
          [color=blue][color=green]
          > > I am working on a web application that usually fries when I a user
          > > uses back.[/color][/color]

          Comment

          • bigbinc

            #6
            Re: checking for back button

            kaeli <infinite.possi bilities@NOSPAM att.net> wrote in message news:<MPG.19ca4 f319a82fee79898 3c@nntp.lucent. com>...[color=blue]
            > In article <d1b33313.03091 10715.6bf1edbe@ posting.google. com>,
            > bigbinc@hotmail .com enlightened us with...[color=green]
            > >
            > >
            > > I am working on a web application that usually fries when I a user
            > > uses back.[/color]
            >
            > Then write your application properly. Don't mess with the user interface
            > because you didn't program it right.
            >
            > What fries? Maybe we can help you fix your application.
            >
            > -------------------------------------------------
            > ~kaeli~
            > Press any key to continue or any other key to quit.
            > Who is General Failure and why is he reading
            > my hard disk?
            > http://www.ipwebdesign.net/wildAtHeart
            > http://www.ipwebdesign.net/kaelisSpace
            > -------------------------------------------------[/color]


            I didnt program it, it is the ArcIMS GIS web interface that is blown.

            Comment

            • bigbinc

              #7
              Re: checking for back button

              kaeli <infinite.possi bilities@NOSPAM att.net> wrote in message news:<MPG.19ca4 f319a82fee79898 3c@nntp.lucent. com>...[color=blue]
              > In article <d1b33313.03091 10715.6bf1edbe@ posting.google. com>,
              > bigbinc@hotmail .com enlightened us with...[color=green]
              > >
              > >
              > > I am working on a web application that usually fries when I a user
              > > uses back.[/color]
              >
              > Then write your application properly. Don't mess with the user interface
              > because you didn't program it right.
              >
              > What fries? Maybe we can help you fix your application.
              >
              > -------------------------------------------------
              > ~kaeli~
              > Press any key to continue or any other key to quit.
              > Who is General Failure and why is he reading
              > my hard disk?
              > http://www.ipwebdesign.net/wildAtHeart
              > http://www.ipwebdesign.net/kaelisSpace
              > -------------------------------------------------[/color]


              Esri’s GIS software is the most powerful mapping & spatial analytics technology available. Learn about Esri’s geospatial mapping software for business and government.

              Comment

              • kaeli

                #8
                Re: checking for back button

                In article <d1b33313.03091 11800.23ec2755@ posting.google. com>,
                bigbinc@hotmail .com enlightened us with...[color=blue]
                >
                >
                > I didnt program it, it is the ArcIMS GIS web interface that is blown.
                >[/color]

                If you didn't program it, how will you add javascript to it?

                And how is it blown? What happens?
                I assume you mean their web services? Or did you mean their pre-built
                applications?

                What happens that makes you think the back button is at fault? Often
                these problems are caused by caching issues and requests, or the lack of
                requests, to the server.
                Is this for an intranet application or an internet application?

                Breaking the back button is never a good fix. If their application is
                truly at fault, they should be notified so they can fix it. If it's the
                web service alone, however, it isn't their application that is broken -
                it is yours. It may even be a simple bug in the browser you're using -
                you didn't mention which one.

                -------------------------------------------------
                ~kaeli~
                Hey, if you got it flaunt it! If you don't, stare
                at someone who does. Just don't lick the TV screen,
                it leaves streaks.


                -------------------------------------------------

                Comment

                Working...