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 javascript called 'test.js'
On test.js, several variables are created and populated.
index.html then makes a call to this JS.
Index.html is loaded and displayed into the WebBrowser control.
I've found lots of help on how to call/invoke functions that reside in the web browser control. How how can I easily read a variable value?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…