Hi
I have a web page that contains an java applet. Inside the web page, a javascript function receives a String from the applet. I can print this string, but not access to the characters of the string (as an array):
alert(mystring[0]); => returns "undefined"
Someone has an idea ??
Thanks for your help
I have a web page that contains an java applet. Inside the web page, a javascript function receives a String from the applet. I can print this string, but not access to the characters of the string (as an array):
alert(mystring[0]); => returns "undefined"
Someone has an idea ??
Thanks for your help