mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / NavigateBack Method
In This Topic
    NavigateBack Method
    In This Topic
    Description

    Load the previous URL of the main frame of the Browser.

    Syntax
    Visual Basic
    Public Sub NavigateBack() 
    Remarks

    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()

    See Also