object.Navigate3( ByVal Url As String, ByVal targetFrameName As String ) |
Parameters
- Url
- URL of the current page.
- targetFrameName
- Frame name.
![]() | |
---|---|
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl WControl.Navigate("http://www.googl.com","Untitled") |