|
Hi,
In my browser i use this code to see the size of
the loaded internetpage:
Dim strHTML As String
Private Sub Command1_Click()
strHTML = MozillaBrowser1.document.body.innerText Label1.Caption = strHTML End Sub I have the mshtml.tlb in the references and the
mozillalibrary.
With the IE OCX this works.
Wat's the problem?
Thanx a lot,
Benjamin
|
- Re: Size internetdocument? Benjamin
