how to get pure html without javascript from ms web browser control

  • Thread starter Thread starter zjz
  • Start date Start date
Z

zjz

Hello,

I used web browser control in my program. but I found that if html includes
javascript, ihtmldocument object still has this scripte, not pure html. does
anybody know how to get the pure html (script has been interpreted)?

Thanks in advance!
 
WebBrowser runs off IE, so it would probably depend on the main internet
settings of the computer it was running on whether javascript is enabled or
not.
 
Back
Top