How execute javascript fiunction on HTML page, using WEBBrowser Control (VS2005)
After using method "navigate", in webbrowser I have HTML page from some website.
This HTML page has some input button with events "onclick(jsSomeFunction(someParam))". I can click with mouse on that button and this events working fine.
My question:
How I can capture this events (or execute jscript function - jsSomeFunction(someParam)) from my program code, using property and methods WebBrowser control?
Thank for attention.

