Is it posible to change address bar text without reloading page
Posted
by NeDark
on Stack Overflow
See other posts from Stack Overflow
or by NeDark
Published on 2010-05-09T15:04:49Z
Indexed on
2010/05/09
15:08 UTC
Read the original article
Hit count: 216
JavaScript
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.
© Stack Overflow or respective owner