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#
you need invokescript call of htmldocument. msdn documentation on objectforscripting
Comments
Post a Comment