PageHistoryEmpty
Used to determine if the page history of the current window is empty. The currently displayed page is not counted as history.
Syntax
PageHistoryEmpty([iType])
iType:
The type of page history to be checked:
0 - full history (default)
1 - back history
2 - forward history
Return Value
1 if page history of specified type is empty, or 0 if it is not empty.
Related Functions
PageBack, PageForward, PageHistoryDspMenu
See Also