Open GoogleCodeExporter opened 9 years ago
Calling a function is possible by using
<webkitbrowser>.GetScriptManager.CallFunction("name", new Object[] { arg1,
arg2, ... }); if yoiu are using .NET 4. If you want to use .NET 2 you can use
<webkitbrowser>.StringByEvaluatingJavaScriptFromString("name(arguments)")
Original comment by tsumalis96@gmail.com
on 11 May 2012 at 4:26
Original issue reported on code.google.com by
prubo...@gmail.com
on 11 May 2012 at 11:34