August 1999
Intermediate to advanced
1488 pages
72h 53m
English
history.next
The next property of the History object is used to get the URL for the next entry in the history list.
Note
In Navigator 4 and later, getting the next value requires the UniversalBrowserRead privilege.
Listing 7.299 shows an example of how the next property is used to get the next URL in the history list. If nothing is displayed for the nextURL, you are at the end of the history list.
<html>
<head>
<title> Using the next property of the History object</title>
</head>
<body>
<script language="JavaScript"> <!-- Hide // request the Universal Browser Read privilege netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead"); ... |
Read now
Unlock full access