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


JavaScript: The Definitive Guide

Previous Chapter 21
JavaScript Reference
Next
 

Window.location Property

Name

Window.location Property---the URL of the window

Availability

Navigator 2.0, Internet Explorer 3.0

Synopsis

window.location

Description

The location property contains a read-only reference to the Location object of window, which may be any top-level window or frame. See the Location object for further details. Note that while the location property itself is read-only, the properties of the Location object to which it refers are read/write, and can be used to make the browser go to any specified web address.


Previous Home Next
Window.length Book Index Window.Math

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