Jump to content

Change what is in the HTTP line


gordon.c

Recommended Posts

Hi,

 

I dont really know how to name this technique thats why I could not google it.

 

The point is to change what is written in the HTTP line probably using JavaScript.

 

You know like Facebook does it, when you shuffle through photos, the HTTP line changes but the page does not need to realod.

 

Any ideas?

 

Thank you

Link to comment
https://forums.phpfreaks.com/topic/264996-change-what-is-in-the-http-line/
Share on other sites

http://www.ssdtutorials.com/tutorials/series/html5-pushstate.html

 

Be warned - it's fairly advanced, and the implementation is slightly different across browsers, with IE not implementing it at all. For IE you can use this method:

 

http://blog.mgm-tp.com/2011/10/must-know-url-hashtechniques-for-ajax-applications/

 

The second method will actually work on all browsers, but isn't as friendly as the first method, which is newer.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.