Possible to rewrite url clientside with javascript without reloading page.
- by richardverbruggen
Is it possible to rewrite the URL in the URL-field on the client's browser?
So when a person clicks on a link on my page something ajax happens (eg a tab shows up) i want the url to display the action without refreshing the page.
Is this possible?