InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / Navigate Method / Navigate(String,Boolean) Method
The web document URL
Determines if the new page is in a new window.


In This Topic
    Navigate(String,Boolean) Method
    In This Topic
    Navigates to the URL.
    Syntax
    'Declaration
     
    
    <SuppressMessageAttribute("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings")>
    Overloads Sub Navigate( _
       ByVal Url As String, _
       ByVal newWindow As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IWebControl
    Dim Url As String
    Dim newWindow As Boolean
     
    instance.Navigate(Url, newWindow)
    [SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings")]
    void Navigate( 
       string Url,
       bool newWindow
    )

    Parameters

    Url
    The web document URL
    newWindow
    Determines if the new page is in a new window.
    See Also