How to use JavaScript to control and send command to applet?
Starting from version 2.41, “LiveConnect” is supported through a function name in the applet called “processJInput(String)”. It is essentially the same as you type something from the input text field. The idea is to use JavaScript to collect the message or command you want to issue from a drop down list, checkbox, input field etc, and send it to the applet through the processJInput() function. Please use our demo page as starting point if you are not familiar with JavaScript. [ insert tutorial from other site (pending) …