Anyone tried Mozilla ActiveX Control ?
I just tried it, but can't find a way to get the HTML DOM.
VB Code:
Private Sub Command1_Click() MozillaBrowser1.Navigate "www.google.com" End Sub Private Sub Command2_Click() Debug.Print MozillaBrowser1.Document.Body.InnerHTML ' [color=red]ERROR : Automation Error. Library Not Registered[/color] End Sub




Reply With Quote