JavaScript Reference

December 10, 2009

Interacting with Urls

How to use Javascript to manipulate the URL

document.location = lNewUrl; // load a new page in the browser

document.location.reload(true); // reload the current page