I am using ajax to load my website content and want to update the window location when ajax is successful.
How can I update the window location to \"/newpage\"?? I n
you can use the new push/pop state functions in the history manipulation API.