Load the previous URL of the main frame of the Browser.
Load the previous URL of the main frame of the Browser.
Visual Basic |
---|
Public Sub NavigateBack() |
Goes to the previous page in session history, the same action as when the user clicks the browser's Back button. Equivalent to history.go(-1).
Calling this method to go back beyond the first page in the session history has no effect and doesn't raise an exception.
Executes window.history.back()