M
miTcheLL
Wow, what a sweet piece of work. Anybody familiar with this?
It all works beautifully for me with one exception. The form background
if changed doesn't seem to stick. It's like it strips out the <body
bgcolor="#66FFB3">
from the HTML. It only gets everything in-between <body> and </body>.
I see that this uses the Microsoft Web Browser ActiveX control.
I see that the HTML is passed to the form by assigning the txtMemo field
to Me.WBrowser.Object.Document.body.innerHTML
I have been unable to find detailed documentation on the MS Web Browser
control. There is limited info on the Office 97 CD. Is there an outerHTML
property or some other that would pick up more of the HTML?
Any help would greatly be appreciated in advance,
Thanks,
miTch
It all works beautifully for me with one exception. The form background
if changed doesn't seem to stick. It's like it strips out the <body
bgcolor="#66FFB3">
from the HTML. It only gets everything in-between <body> and </body>.
I see that this uses the Microsoft Web Browser ActiveX control.
I see that the HTML is passed to the form by assigning the txtMemo field
to Me.WBrowser.Object.Document.body.innerHTML
I have been unable to find detailed documentation on the MS Web Browser
control. There is limited info on the Office 97 CD. Is there an outerHTML
property or some other that would pick up more of the HTML?
Any help would greatly be appreciated in advance,
Thanks,
miTch