Navigate(String,String) Method
Navigates to the URL and displays the content in the frame pointed to by targetFrameName.
'Declaration
Overloads Sub Navigate( _
ByVal As String, _
ByVal As String _
)
'Usage
Dim instance As IWebControl
Dim Url As String
Dim targetFrameName As String
instance.Navigate(Url, targetFrameName)
Parameters
- Url
- The Web document URL.
- targetFrameName
- The name of the frame in which to load the document.