url
A string that specifies the URL to be loaded and displayed.
The Window.navigate( ) method of Internet Explorer loads the specified url into the specified window ("navigates to" the url).
navigate( ) is not supported by Netscape. The same function can be accomplished both in Netscape and IE by assigning the desired url to the location property of the desired window.
Location, the location property of the Window object