Hi all,
I have a java applet and a form on an HTML page. I would like to transfer some data from the Java applet to the HTML form. Any ideas on how to go about with this.
Thanks in advance.
Printable View
Hi all,
I have a java applet and a form on an HTML page. I would like to transfer some data from the Java applet to the HTML form. Any ideas on how to go about with this.
Thanks in advance.
It is possible to call Javascript functions from your applet in Netscape or IE, and you should be able to use that to set the form fields values, you can find more information here:
http://developer.netscape.com/docs/m.../jsref/pkg.htm