vlakas1981
Programmer
Hello all,
i'm not sure if this is the correct place to post this, but here it goes:
i need to get data from a java applet that is running on the client machine and get it to my php form.
the code to do this cannot be implemented in the applet, only sth like an "include" can be.
what i'm thinking is to have a javascript in my php page that calls a dll to interact with the applet.
however after some search on the net i found out that java application to dll calls are possible through jni, but not for java applets.
any ideas??
TIA
i'm not sure if this is the correct place to post this, but here it goes:
i need to get data from a java applet that is running on the client machine and get it to my php form.
the code to do this cannot be implemented in the applet, only sth like an "include" can be.
what i'm thinking is to have a javascript in my php page that calls a dll to interact with the applet.
however after some search on the net i found out that java application to dll calls are possible through jni, but not for java applets.
any ideas??
TIA