jnlp

How to call WebStart-deployed applet functions from javascript?

I would like to be able to call with javascript a function of my JNLP class. Let's assume in my applet I have a function defined like this: public String returnSomething(){ return "bla"; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- ########################## IMPORTANT NOTE ############################ --> <!...