Page 1 of 1
Changing URLs with ajax
Posted: Fri Nov 10, 2006 11:40 am
by GeXus
Is it possible through using ajax to actually change the address that appears without having to refresh the browser?
Posted: Fri Nov 10, 2006 2:57 pm
by feyd
I'm not sure what you exactly mean, but if I understand correctly, no.
Posted: Fri Nov 10, 2006 3:32 pm
by GeXus
Well, I noticed on this site
http://dormitem.com that its using ajax (or it appears to) but the address bar also changes.. and the page does not appear to refresh... any idea whats going on there? if you just click around the links....
Posted: Fri Nov 10, 2006 3:51 pm
by nickvd
It's using the url hash (anything after the # in the address), when manipulating that portion of the url, the page wont (afaik) reload.