I have a JSP which is divided into 2 side-by-side frames.
Created May 7, 2012
Stephen McConnell You can proceed two ways
- Make the "addNode" and "removeNode" buttons applets themselves. (Not the best idea)
- Create a hidden applet in the frame you have the buttons; and use Javascript to communicate with it. Here is a posting in the Applet FAQ that talks about communication between JavaScript and an Applet.
I had a lot of fun getting Applets to communicate with my browser and applets communicating between applets.
Hope this helps
Stephen McConnell
Boredom is a personal defect