C
Charles Law
Hi Porter
You will see several ways of doing this suggested: the way you state, using
innerHtml, and also using the write() method.
The intended way is to load the document from a stream using the Load()
method of the IPersistStreamInit interface. You can get this interface by
QI-ing the document. Bear in mind that the document loads asynchronously, so
you have to wait for it to finish before you can access the DOM.
HTH
Charles
You will see several ways of doing this suggested: the way you state, using
innerHtml, and also using the write() method.
The intended way is to load the document from a stream using the Load()
method of the IPersistStreamInit interface. You can get this interface by
QI-ing the document. Bear in mind that the document loads asynchronously, so
you have to wait for it to finish before you can access the DOM.
HTH
Charles