| Author |
passing byte array to java from javascript
|
ramya ganta
Greenhorn
Joined: Mar 23, 2009
Posts: 5
|
|
hi friends,
can any one help me., How to pass byte array from javascript to java applet
iam writting as below
in javascript sending byte array to java applet method like
function GotoJavaMethod(bytearray){
document.formname.ourApplet.GetByteArrayFromJS(bytearray)
}
in applet iam catching the bytearray like
public void GetByteArrayFromJS(byte[] bytes){
}
this is the code i have written .
waiting for help
ramya
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
What are you having tourble with exactly?
Eric
|
 |
ramya ganta
Greenhorn
Joined: Mar 23, 2009
Posts: 5
|
|
hi,
iam getting an error
GetByteArrayFromJS{0}: no such method exists
in javascript
thanks
|
 |
 |
|
|
subject: passing byte array to java from javascript
|
|
|