Michael Weisheit wrote: > > can you please tell me, if it is possible to call javascript functions from > inside the applet, like it is explained in the comment here: > > http://bytes.com/topic/javascript/answers/840787-java-applet-javascript-communication-firefox-3-a >
According to the reference manual "Applet Developer's Guide for JavaSE 6u10", "LiveConnect Support for JavaSE 6u10", http://java.sun.com/javase/6/docs/technotes/guides/jweb/applet/liveconnect_support.html the answer is yes. However, here at XMLmind, we have never tested this feature. (We have tested just the opposite: write some JavaScript code that talks to the applet.)

