I have a javascript function:
function getData(){
return document.getElementById("xx").value;
}
I use HtmlElement to append code in html and use webbrowser invokescript to run function getData().
I want to get return value of getData() and show it on messageBox.