Reflection .NET API
Attachmate.Reflection Assembly / 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
 
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)

Parameters

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