TJMAudio Posted September 26, 2007 Share Posted September 26, 2007 Is it possible to change the URL in the address bar with no page reload when ajax or javascript is called, that way there is a permalink to the new page? Quote Link to comment Share on other sites More sharing options...
roopurt18 Posted September 26, 2007 Share Posted September 26, 2007 Not that I know of. If you change the address the browser will redirect automatically. You could make the page contained inside an iframe and change the src attribute of the iframe without affecting the URL displayed by the browser. Quote Link to comment Share on other sites More sharing options...
TJMAudio Posted September 28, 2007 Author Share Posted September 28, 2007 Not that I know of. If you change the address the browser will redirect automatically. You could make the page contained inside an iframe and change the src attribute of the iframe without affecting the URL displayed by the browser. Someone told me there was a way to do it with window.location.hash. Quote Link to comment Share on other sites More sharing options...
roopurt18 Posted September 28, 2007 Share Posted September 28, 2007 http://ajaxpatterns.org/Unique_URLs All I did was put window.location.hash into google. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.