What is the proper way to receive a String array (String[]) returned from an applet method, called from JavaScript?
Created May 4, 2012
Jorge Jordão Return a String with a well-known separator character (e.g: "first item;second item;third item") and use the split(separator) method in JavaScript.