Possible Duplicate:
How to rewrite URL without refresh, like GitHub.com
For example,Google Plus's navbar done it: If you click a navbar's button,you will see a div is updated,and the URL is changed. Can't ajax?How to do it? Thanks for your help :)
Possible Duplicate:
How to rewrite URL without refresh, like GitHub.com
For example,Google Plus's navbar done it: If you click a navbar's button,you will see a div is updated,and the URL is changed. Can't ajax?How to do it? Thanks for your help :)
not ajax,it seems unlikely. but you can imitate to update but url is not changed
<a href="###" onclick="update()"/>
the function update,you can send a request by ajax
They do 3 things:
all these are possible with the use of javascript.