melodyb
05-15-2003, 09:25 AM
Hi, i'm writing an applet JAVA and I would like to use in my applet the data coming from a textarea of the same html page and at the end of my applet, i want to update this textarea.
I'm working on MAC OS (LiveConnect doesn't work).
Java->Javascript :
I've tried the system of invisible frame with javascript that i've found at this address: http://www.rgagnon.com/ce/java-js.html but the data are transmitted via the url (by means of the get method) and i've too much data to move. I've tried to post the data to a cgi script and i've used the showDocument method but i can't get the data that i've posted.
Javascript->Java :
I've tried the solution given at the same address but it doesn't work at all because : 1) the method getDocumentBase() doesn't gives the parameters 2) it still uses the get method.
after, i've passed the data through a PARAM tag. It works but if you have another solution, i'll take it.
I would appreciate any help.
I'm working on MAC OS (LiveConnect doesn't work).
Java->Javascript :
I've tried the system of invisible frame with javascript that i've found at this address: http://www.rgagnon.com/ce/java-js.html but the data are transmitted via the url (by means of the get method) and i've too much data to move. I've tried to post the data to a cgi script and i've used the showDocument method but i can't get the data that i've posted.
Javascript->Java :
I've tried the solution given at the same address but it doesn't work at all because : 1) the method getDocumentBase() doesn't gives the parameters 2) it still uses the get method.
after, i've passed the data through a PARAM tag. It works but if you have another solution, i'll take it.
I would appreciate any help.