Rewrite document.location without loading

Posted by Miro on Stack Overflow See other posts from Stack Overflow or by Miro
Published on 2010-05-29T23:19:29Z Indexed on 2010/05/29 23:22 UTC
Read the original article Hit count: 245

Filed under:
|
|
|
|

I am developing a system which is 100% ajax, except of course, the first request.

I am interested in changing the address in document.location, using javascript. But I don't want the browser to load the page on that "new" location.

Does anyone know how I can do this?

miro

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about url