I have a vb6 application,
I make a function call with WebBrowser script but I need to get the return value of that function
my current function is
Try:
Set v = WebBrowser1.Document.parentWindow("v = function(){return callOther();};v()")