May 15, 2008 at 5:46 am
[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]😛
May 16, 2008 at 3:22 am
[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
May 17, 2008 at 12:01 am
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.
May 19, 2008 at 6:15 am
[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
May 19, 2008 at 6:53 am
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