November 2001
Intermediate to advanced
936 pages
68h 43m
English
Window.navigate( ) — load a new URL
Internet Explorer 3
window.navigate(url)
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.