How to change the url in the address bar with javascript?
Hi
Is there a way to change the url in the address bar without affecting the browser history?
YUI history manager uses the location.hash property but it adds the url+hash to the history.
Attacking my problem from the other direction. Is there a way changing the url of an iframe without affecting the browser history?
I want my iframe to show www.example1.com and then to change to www.example2.com.
I tried location.href but the new page was added to the history.
Thanks