Posts by Kepler Miranda • 11 points
2 posts
-
-1
votes2
answers2283
viewsA: Run Javascript on Webbrowser with Delphi
There Is This Way: WebBrowser1.EvaluateJavaScript('NomeDaFunction');
-
1
votes2
answers2356
viewsA: Delphi: Error 80020101 when running javascript in Twebbrowser
This type of error occurred to me as well. And the way to eliminate it was by correcting Javascript as it seemed to be in error. Type No JS was like this ( umavar = 10;) but it should be a function…