views:

235

answers:

1

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?

+1  A: 

I think this question has been asked and answered here: 153748/webbrowser-control-from-net-how-to-inject-javascript

Torbjørn