Calling javascript function using Browser object is easy (Browser-> Execute javascript "myFunction();"). But how to get returned value from myFunction() into a global variable? Kindly help!
Develop games in your browser. Powerful, performant & highly capable.
You call it in 'set value':
... System|Set myVariable to Browser.ExecJS("myFunction();)
thnx Asmodean, It worked.