Possible to rewrite url clientside with javascript without reloading page.
Posted
by richardverbruggen
on Stack Overflow
See other posts from Stack Overflow
or by richardverbruggen
Published on 2010-05-31T15:32:01Z
Indexed on
2010/05/31
15:43 UTC
Read the original article
Hit count: 136
JavaScript
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?
© Stack Overflow or respective owner