I have a HTML form, and I call an applet within it using the code, <applet code=mycross.class width=520 height=500> </applet>.
I want to know how I can extract values from this applet and display it on my HTML form. (The value I need to extract is a 2D String array.)
I need to do this because I have to process the values i get from the applet, using a servlet that will receive inputs from this HTML form.
Any help will be greatly appreciated. Thanks.
I want to know how I can extract values from this applet and display it on my HTML form. (The value I need to extract is a 2D String array.)
I need to do this because I have to process the values i get from the applet, using a servlet that will receive inputs from this HTML form.
Any help will be greatly appreciated. Thanks.