javascript window.history.pushstate
window.history.pushState("http://example.ca", "Sample Title", "/example/path.html");
Dead Dingo
window.history.pushState("http://example.ca", "Sample Title", "/example/path.html");
history.pushState(state, title[, url])