Can I get HTML generated by document.write()?

M

mrbog

Using the WebBrowser control, can someone load one of my web pages and
see the HTML that has been generated by document.write() javascript?

For example, if I have a page that has obfuscated javascript that does
a document.write(), I'm not concerned if someone can view that
javascript (because it won't be easy to un obfuscate the javascript).

But, using the webbrowser control could someone see the HTML that the
document.write generated?

Do you know what I mean? If so, how could that be done and is it hard
enough that I don't need to worry. I'll actually try it myself because
I've done webbrowser control work before.
 
A

Arne Janning

mrbog said:
Using the WebBrowser control, can someone load one of my web pages and
see the HTML that has been generated by document.write() javascript?

For example, if I have a page that has obfuscated javascript that does
a document.write(), I'm not concerned if someone can view that
javascript (because it won't be easy to un obfuscate the javascript).

But, using the webbrowser control could someone see the HTML that the
document.write generated?

Do you know what I mean? If so, how could that be done and is it hard
enough that I don't need to worry. I'll actually try it myself because
I've done webbrowser control work before.

Hi mrbog,

the user will see exacly the same code as if he would use IE.

Cheers

Arne Janning
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top