now I want ot get a value of js function return after use js function.
eg.
function test(p1, p1)
{
var sum = parseInt(p1) + parseInt(p2);
return sum;
}
I want to get sum value in krpano, hou to get it?
hi:
i find out in other thread jsget function not work?
klaus said the jsget action is the new action since 1.19.r3;
does any method to achieve this except jsget action?