Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
how to change the browser url without refreshing the page?
is it even possible?
heres what i thought about, i already have an ajax application that updates the page, however, i want the visitor to be able to bookmark the page hes visiting, but if the page hes visiting is in sub-sub-sub dir : ( but in his bookmarks, the root site will show up so... i was wondering if its possible to manipulate the url without reloading the page
6 Answers
- 1 decade agoFavorite Answer
check this article from o'reilly.
- jonathanlksLv 41 decade ago
By that, do you mean you want to visit another site without refreshing the page?
If so then no it's not possible.
If you mean on the same site (So it acts kind of like gmail), then it is possible if the site uses AJAX or something similar to dynamically send information behind the scenes and then uses javascript to update your page without you needing to refresh.
P.S.
On your comments, there are a few ways to do it, each probably more complicated than the other. Not even google's AJAX applications can do this, however there is this 6 page long article that might help, it requires you to use some library though. (http://www.onjava.com/pub/a/onjava/2005/10/26/ajax...
- vinLv 41 decade ago
If you have loaded that url before in browser and it is in the cache then you will see it without page being refreshed.
- Anonymous1 decade ago
thats possible in Ajax
- How do you think about the answers? You can sign in to vote the answer.
- Anonymous1 decade ago
You can't.