Feedback on: irt.org FAQ Knowledge Base Q757
Worth:
Worth reading
Length:
Too short
Comments:
Actually in NNx and IE4 (on the PC) you can invoke a java method with:
document.myApplet.myMethod(myArg)
Worth:
Very worth reading
Length:
Too short
Technical:
Not technical enough
Comments:
I have been struggling with this very problem for too long now. I need to call a signed applet to perform functions on the user's machine not allowed via JavaScript. The statement, "This does not always work." encourages me that its not just me. However, has anyone looked into this problem? Is there a way to get JavaScript to reliably call Java applet functions? Is my project in need of significant redesign? Inquiring programmers want to know!