I'm using the System.Windows.Forms.WebBrowser
control in a .NET 2.0 application, and would like to insert a bit of JavaScript code into the loaded document right before the end of the body
element.
How might I go about accomplishing this?
I'm using the System.Windows.Forms.WebBrowser
control in a .NET 2.0 application, and would like to insert a bit of JavaScript code into the loaded document right before the end of the body
element.
How might I go about accomplishing this?