
nsIHistoryEntry
This interface provides access to individual entries in session history. Each document or frame will have an
nsIHistoryEntryassociated with it.nsIHistoryEntryprovides access to information like URI, title and frame traversal status for that document. This interface is scriptable.Gets the URI of the current entry. The object returned is of type
nsIURI.Gets the title of the current entry. The object returned is an encoded string.
Gets a boolean flag which indicates if the entry was created as a result of a subframe navigation. This flag will be
FALSEwhen a frameset page is visited for the first time. This flag will beTRUEfor all history entries created as a result of a subframe navigation
| Written by:Ellen Evans | Comments, questions, complaints?
Bug 143387 |