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