function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JimHylandJimHyland 

Invoke java applet method from javascript in VF page?

I'm trying to invoke a java applet method from javascript running in a VF page.  I have the applet loaded as a jar in a static resource and the VF page will run the init() method OK to start the applet.  But I want to call some applet methods directly, similar to what I could do from HTML.  I cannot get the same HTML code to run in the VF page, and am wondering if it is even possible to do invoke an applet method from javascript in a VF page.  Any guidance would be greatly appreciated.