View Single Post
  #2 (permalink)  
Old Sep 13th, 2006, 22:21
ukgeoff ukgeoff is offline
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Changing URL without refreshing page ?

Yes. What you are talking about is using JavaScript and the DOM to re-write sections of the page.

You need to read up on Ajax. This is exactly the sort of thing it is designed to do.
Reply With Quote