marxin
marxin

Reputation: 3922

Calling method of running java applet (from java, c++ or others)

i have a question. Is it possible to call a method of Java applet which is running in browser? And if it is, how to do it? Language is not that important, (but not lower than c).

Thanks in advance, Marcin

Upvotes: 0

Views: 202

Answers (1)

Boris Pavlović
Boris Pavlović

Reputation: 64640

Check out Oracle's tutorial on how to invoke Java Applet method from JavaScript.

Upvotes: 2

Related Questions