0

Possible Duplicate:
HTML: Changing the URL without reloading the page?

Facebook can manipulate url bar by javascript without accessing to the page,

as example go to facebook home just open a photo you will see your url will get changed to something like

photo.php?fbid=4123..

they load the page by ajax but can change address bar?

i'dont talk about url hash #photo/id_123414

user1031143
  • 828
  • 1
  • 10
  • 16

2 Answers2

2

This is done with javascript's history.pushState()

moopet
  • 6,014
  • 1
  • 29
  • 36