Using JavaScript, how can I change the web browser location bar without...
...reloading the page? I'm building a web interface for a new application and want to avoid complete page reloads when navigating between different tabs. I would also like to update the URL displayed in the location bar, so that users can easily get permalinks to the active tab.
Setting window.location seems to trigger a reload, which is not what I want.
|