History.next (Property)

The next document in the history array.

Availability:

JavaScript - 1.1
Netscape - 3.0
Opera - 3.0
Property/method value type:String primitive
JavaScript syntax:NmyHistory.next

The value you get back from this property will depend very much on what navigation the user has recently performed. Most of the time this would yield a null or undefined value unless the user has used the [BACK] button.

Warnings:

See also:JellyScript, UniversalPreferencesRead

Property attributes:

ReadOnly.