How can I get data from JavaScript code in a .NET WebBrowser control running on mono? -


the webbrowser control designed able make calls javascript .net (and pass data) via objectforscripting property (on .net side) , window.external object on javascript side.

however, not implemented in mono.

what options getting data and/or making calls javascript side .net side?

(mono support communication in other direction via document.invokescript method.)

ahh, found way: mono , window.external

upodate: crap. in mono, setting location.url causes browser control's document property clear, makes impossible later call script using document.invokescript.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -