Other Objects

At the time of this writing, the remaining objects were not fully documented. The History object is used for navigating through the current history. It is expected to have the following property and methods:

Property

Length Returns the length of the history list

Methods

Back, Forward, Go Navigate a specified number of steps in the history list

The Navigator object provides information to script writers about the browser application. The Navigator object is expected to have the following properties:

Properties

AppCodeName Returns the code name of the application
AppName Returns the name of the application
AppVersion Returns the version of the application
UserAgent Returns the user agent for the current application

© 1996 by Scot Hillier. All rights reserved.