Similar Question:
How can I use JavaScript to update the browser URL without reloading the page?
I've observed websites like GMail and GrooveShark altering the URL in the address bar without having to refresh the entire page. Based on my understanding, this is achieved through Ajax to adjust the content. Could someone provide insights on how such URL changes are made?