0

I am trying to create my own back/forward buttons, so I tried to store visited pages inside an javascript array, but I find that it is hard to maintain visited page locations inside an array.

Can anyone tell, that in which format a browser stores visited page locations in history and how these locations are accessed at the time of pressing back/forward buttons.

Himanshu
  • 825
  • 2
  • 10
  • 24

1 Answers1

0

how to implement back and forward functionality like browser

This link also talks about the same thing. The way the browsers keep data might not be available straigh away, but the solution that link speaks about should suffice your need.

Just an add on: http://www.forensicswiki.org/wiki/Internet_Explorer_History_File_Format

Community
  • 1
  • 1
LPD
  • 2,833
  • 2
  • 29
  • 48