History.length PropertyNameHistory.length Property---number of elements in history arrayAvailabilityNavigator 2.0, implemented but nonfunctional in Internet Explorer 3.0 Synopsis
history.length DescriptionThe length property specifies the number of elements there are in the history object. This value is usually only useful in Navigator 3.0 when the data-tainting security model is implemented, and the actual array of URLs is accessible through the History object. In Internet Explorer 3.0, the length property always returns 0. |
|