javascript thread: Calling java applet methods from javascript
When using the <APPLET> tag to put my applet on a web page, I am able to call the methods of the applet from javascript as described in the book 'Professional Javascript'. However now I am using the <EMBED> tag for my applet because it uses swing components. It seems that I can no longer call the methods of the applet. Does someone know how to do it?
|





