home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

Window.navigate() Method

Name

Window.navigate() Method---load a new URL

Availability

Internet Explorer 3.0

Synopsis

window.navigate(url)

Arguments

url

A string that specifies the URL to be loaded and displayed.

Returns

nothing

Description

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.


Previous Home Next
Window.name Book Index Window.navigator

HTML: The Definitive Guide CGI Programming JavaScript: The Definitive Guide Programming Perl WebMaster in a Nutshell