gordon.c Posted June 29, 2012 Share Posted June 29, 2012 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 Quote Link to comment Share on other sites More sharing options...
haku Posted June 30, 2012 Share Posted June 30, 2012 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. Quote Link to comment Share on other sites More sharing options...
gordon.c Posted July 6, 2012 Author Share Posted July 6, 2012 thank you sir Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.