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
v = WebBrowser1.Document.parentWindow("v = function(){return callOther();};v()");
Then, i need the v value.. the posible value is javascript function.
How to retrieve "v", my test response with Error 91 (Object variable with block variable no set).. i'm beginner with vb6.