With the IE version of IHTMLDocument2 you can get a IPersistStreamInit interface. With this interface you can create an instance of MFC's CArchiveStream from CArchive, and then you can call IPersistStreamInit interface Load and Save. This allows you to get a stream of HTML code to and from the browser. I was wondering if there was a way that you could do this with the ActiveX control.
Robert
