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

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

    Syntax
    Visual Basic
    Public Sub NavigateForward() 
    Remarks

    Goes to the next page in session history, the same action as when the user clicks the browser's Forward button; this is equivalent to history.go(1).
    Calling this method to go forward beyond the most recent page in the session history has no effect and doesn't raise an exception.

     

    Executes window.history.forward()

    See Also