Browser's Back Button Functionality

  • [font="Times New Roman"]How the Browser Back Button works?

    What procedure is carried out at the backend?

    How it works in normal pages and secured pages(like banking site) differently?[/font]😛

  • [font="Verdana"]Java script is used to navigate Backward and Forward. for more information on this search for History.go() on dot Net sites. Usually History.go(-1) used to navigate Backward.

    Mahesh[/font]

    MH-09-AM-8694

  • Thanks Mahesh,

    But I want Browser Back Button Fuctionality ,At backend how it works.

    Where it stores information about previous pages.

    Is it stored in some cache or what.

    How it works differently for secrured pages like for banking services ,Example :when we click on Back button ,Page is expired etc.

  • [font="Verdana"]

    ...But I want Browser Back Button Fuctionality ,At backend how it works.

    Where it stores information about previous pages.

    ...

    As I already said, it has nothing to do with backend. Its a purely Java Script. For more information on how Web page works? refer

    http://computer.howstuffworks.com/web-page.htm

    You will surely find some information over there.

    Mahesh[/font]

    MH-09-AM-8694

  • You would be better off posting this on a web site devoted to development.

    The idea of the browser is that it isn't connected to the back end. each page, even each object (image, movie, etc) is a separate connection from the backend only for the purpose of downloading that object.

    Back goes back to the local cache if it's there.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply