65.9K
CodeProject is changing. Read more.
Home

Using WebBrowser.Document.InvokeScript() to mess around with foreign JavaScript

starIconstarIconstarIconstarIconstarIcon

5.00/5 (18 votes)

Feb 23, 2010

CPOL

2 min read

viewsIcon

128285

The WebBrowser.Document.InvokeScript() method claims to provide a way to interact with JavaScript code inside of a WebBrowser HTML document. Trying to mess around with a third-party JavaScript over which I had no control (meaning: included in an external webpage that I could not alter), however,...