This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Set IE = CreateObject(OBJNAME_IE) ' create and attach to IE object
IE.Navigate(navigateURI) ' give it the URI
Do While (IE.ReadyState <> IE_READYSTATE_COMPLETE) ' wait for completion
Sleep(1)
Loop
If IE.Document Is Nothing Then ' if we didn't get a document, then report an error
Messagebox(ERR_IE_FAILURE)
Exit Sub
End If
IE.Visible = True ' surface the window
End Sub
However, the above code will only work for Internet Explorer on windows. I have not worked out the code for any other browser or platform.
-rich
Feedback response number WEBB8WAN6U created by ~Ned Nimfanakonyoopsi on 07/17/2012