JavaScript and client side scripting.
Moderator: General Moderators
GeXus
Forum Regular
Posts: 631 Joined: Sat Mar 11, 2006 8:59 am
Post
by GeXus » Fri Nov 10, 2006 11:40 am
Is it possible through using ajax to actually change the address that appears without having to refresh the browser?
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Fri Nov 10, 2006 2:57 pm
I'm not sure what you exactly mean, but if I understand correctly, no.
GeXus
Forum Regular
Posts: 631 Joined: Sat Mar 11, 2006 8:59 am
Post
by GeXus » Fri Nov 10, 2006 3:32 pm
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....
nickvd
DevNet Resident
Posts: 1027 Joined: Thu Mar 10, 2005 5:27 pm
Location: Southern Ontario
Contact:
Post
by nickvd » Fri Nov 10, 2006 3:51 pm
It's using the url hash (anything after the # in the address), when manipulating that portion of the url, the page wont (afaik) reload.