c# - How to get the return value of a JavaScript function/Object on Webbrowser Control -


how can can get/capture value of javascript object on page rendered in webbrowser control, or alternatively capture return value of function?

the example saw following in delphi. looking better solution in c#

http://www.delphidabbler.com/articles?article=21

you need invokescript call of htmldocument. msdn documentation on objectforscripting


Comments