Internet Explorer 3.0
window.navigate(url)
A string that specifies the URL to be loaded and displayed.
nothing
The Window.navigate() method of Internet Explorer loads ("navigates to") the specified url into the specified window.
This method is an incompatible extension to JavaScript--it is not supported by Navigator 2.0 or 3.0--and is therefore best avoided. The same purpose can be accomplished both in Navigator and Internet Explorer by simply assigning the desired url to the location property of the desired window.