Parameter | Description |
---|---|
sUrl | New URL for the document |
bCanGoBack | True if backward navigation is now possible |
bCanGoForward | True if forward navigation is now possible |
Procedure OnHistoryChanged String sUrl Boolean bCanGoBack Boolean bCanGoForward
This message is sent whenever the browser history changes.
This can be part of a navigation operation (see OnNavigationStarting for an overview of navigation events) or JavaScript history manipulation.