using the IE component I am able to use this trick in VB to display program
generated HTML

MyString = "<HTML>Hello, World!</HTML>"
WebBrowser1.Navigate2 "about:blank"
Do Until WebBrowser1.ReadyState = READYSTATE_COMPLETE: DoEvents: Loop
WebBrowser1.Document.body.innerhtml = MyString

but this seems to not be implemented yet in Mozilla. Is this something that
will show up later, or is there a different solution? I need to display
dynamic content, but I don't want to bother with a web server.

Thanks,

-doug



Reply via email to