Pass a value from JavaScript to a Java Applet, have Applet pass a message back.
Nick Didkovsky, 2005-05-13
Click a link below. It will pass a value to MyApplet via JavaScript
Send string "Bob"
Send string "1.414213562373095"
Study the HTML source of this page and note the "name" parameter in the APPLET tag! That is javascript's handle to the applet.
Also see Applet source
Doctor Nerve Home