Hello, I have an array in my javascript file:
var locations=new Array();
and I want to pass the attributes of the array into my java file, does anyone know how can this be done?
Thank you in advance!
var locations=new Array();
and I want to pass the attributes of the array into my java file, does anyone know how can this be done?
Thank you in advance!
Comment