Results 1 to 1 of 1
- 05-27-2008, 01:38 PM #1
Member
- Join Date
- May 2008
- Posts
- 1
- Rep Power
- 0
Java applet and Javascript type problem
Hello,
I'm using a Java applet which has a public byte[] GetRawPictureData() method which returns in fact a picture.
My goal is to convert that array to a base64 encoded string on the javascript side.
When I call it in Javascript under Mozilla it returns an object, so all is working fine but under IE it returns "unknown":
alert(typeof appletElement.GetRawPictureData());
What could I do to debug more or investigate this issue ?
Thanks for your help,
InterditLast edited by Interdit; 05-27-2008 at 01:41 PM.
Similar Threads
-
java applet button problem .. :( plz help!
By i4gotmyid in forum Java AppletsReplies: 1Last Post: 04-17-2008, 04:11 PM -
java applet button problem .. :( plz help
By i4gotmyid in forum New To JavaReplies: 0Last Post: 04-05-2008, 09:55 AM -
javascript sliderbar problem with JSP page
By prakash.eng in forum JavaServer Faces (JSF)Replies: 0Last Post: 12-17-2007, 08:15 AM -
Java Applet re-creation problem
By Mikalai.Kardash in forum Java AppletsReplies: 0Last Post: 07-23-2007, 02:09 PM -
Problem with run Java Applet
By Albert in forum Java AppletsReplies: 1Last Post: 07-13-2007, 03:06 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks