Is it posible to change address bar text without reloading page
- by NeDark
I want to change the text of the top address bar without reloading, I know the methods window.location.href and window.location.hash, but I want to do it without appending a "#" to the URL.
Is it possible?
Thanks.