I am trying to read the value of a Javascript variable which is loaded and called from a WebBrowser control on my form.
Example:
index.html refers to a javas
You could do:
Document.InvokeScript("eval", new object[] { "my_var_name" });