Hi, all:

I am using WebBrowser in my app, How can I get the full HTML source?
I have tried webbrowser.document.body.innerHTML and outerHTML, I can
not get the FULL HTML source, cause i can not find any javascript source
in innerHTML or outerHTML. I am pretty sure that page contains javascript
sources.

Thanks in advance!