Re: Getting the raw HTML from IE



Gautam <bhagra@xxxxxxxxx> wrote:
Is there any way to get the raw HTML received by the server?

You probably mean "sent by the server". Query the document object for
IPersistStreamInit, call Save. You can get an in-memory stream
implementation with CreateStreamOnHGlobal
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


.



Relevant Pages

  • Re: how to get raw HTML data
    ... > Is there a way to get the entire HTML data stream from IE? ... Get to the document object, query it for ... IPersistStreamInit, call Save. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Saving the content of the webbrowser control
    ... Query the document object for IPersistStreamInit, ... SHCreateStreamOnFile to get an IStream implementation that writes to a ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Getting the raw HTML from IE
    ... Query the document object for ... IPersistStreamInit, call Save. ... You can get an in-memory stream ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: IHTMLFrameElement hasChildNodes , plse help
    ... > a document object of the HTML page loaded into the frame. ... Starting at the IHTMLFrameSetElment I query the IHTMLDOMNode ... my recursive program. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)