Hi,
I have a question for which I cannot find an answer and would be very grateful for some help.
I have a
Java applet within an HTML page and I can call the applet's methods from JavaScript without a problem when the page is viewed in Internet Explorer 6.0. If an applet method returns any Java primitive data type then the value can be assigned to a JavaScript variable and displayed (and this is also true if the applet method returns a Java
String). However, if an applet method returns a Java array then the JavaScript variable to which it is assigned is always valueless.
So, with Internet Explorer 6.0 is it actually possible to have an applet method that returns a Java array to JavaScript? If so, could someone please provide a simple example. Many thanks.
Terry.