Call Applet.getMethod() with javascript throws error msg : TypeError: Applet.getMethod() is not a function
问题 I have an applet that use JMF libraries, called like this : <object id="cameraViewer" classid="java:MyApplet.class" type="application/x-java-applet" archive="myapplet.jar" height="197" width="159" align="middle" codebase="."> <param name="code" value="MyApplet" /> <param NAME="MAYSCRIPT" VALUE="true" /> <param name="appletWidth" value="250" /> <param name="appletHeight" value="200" /> <param name="archive" value="myapplet.jar" /> <param name="JAVA_CODEBASE" value="." /> <font color="red"