Hi,
I am trying to call the following applet method from a javascript function
addValue(long id, int valueX, String month, double[] valuesY) {...}
It works in Firefox and Safari but not in Opera. The problem seems to be the double array param.
Has anyone an idea?
Thanks