object.Navigate2( ByVal Url As String, ByVal newWindow As Boolean ) |
Parameters
- Url
- newWindow
- Determines if the new page is in a new window.
![]() | |
---|---|
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
WControl.Navigate("http://www.googl.com",True) |