I need to write a logger so that sessions can be
played back automatically later, and if I'm to use the
web browser control I'll need to save the HTML that it
displays after a Navigate.
Also, how do I make sense of the PostData parameter of
the BeforeNavigate event?
Thanks!
- chris
chr...@benesoft.com
>Is there any way to get the HTML out of a web browser
>control? Like WebBrowser1.Text?
>
>I need to write a logger so that sessions can be
>played back automatically later, and if I'm to use the
>web browser control I'll need to save the HTML that it
>displays after a Navigate.
The document supports IPersistFile, I believe. We write the source to
a temp file, then read it back in.
>Also, how do I make sense of the PostData parameter of
>the BeforeNavigate event?
I do not know.
>Thanks!
>
>- chris
>chr...@benesoft.com
>
Walter
Chris Bornmann <chr...@benesoft.com> wrote in article
<01bd01e2$6d2e9d10$0679d6cf@sfo1>...
> Is there any way to get the HTML out of a web browser
> control? Like WebBrowser1.Text?
>
> I need to write a logger so that sessions can be
> played back automatically later, and if I'm to use the
> web browser control I'll need to save the HTML that it
> displays after a Navigate.
>
> Also, how do I make sense of the PostData parameter of
> the BeforeNavigate event?
>
> Thanks!
>
> - chris
> chr...@benesoft.com
>
>