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


JavaScript: The Definitive Guide

Previous Appendix C
Differences between Navigator 2.0 and 3.0
Next
 

C.6 The Location Object

The Location object supports two important new methods in Navigator 3.0:

  • The replace() method of the Location object causes the specified URL to be loaded and displayed, but instead of creating a new entry in the hisory array for that URL, it overwrites the URL of the current entry in the array.

  • The reload() method of the Location object reloads the current document.


Previous Home Next
The Window Object Book Index Forms and Form Elements

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