Posted By:
Chakradhar_Batchu
Posted On:
Monday, July 16, 2001 02:14 AM
We want to invoke a method in JApplet from javascript. with the help Java Plug-in HTML Converter Version 1.3, we have generated OBJECT/EMBED tag for the following applet tag. it is given the following code WIDTH = 200 HEIGHT = 300 NAME = "simpleApplet" codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0"> 300 MAYSCRIPT = true p1
More>>
We want to invoke a method in JApplet from javascript.
with the help Java Plug-in HTML Converter Version 1.3, we have generated OBJECT/EMBED tag for the following applet tag.
it is given the following code
But, even after trying to invoke method in the JApplet from javascript, it is not being invoked in Netscape. it is being invoked from
IE after changing the
scriptable = true
. Is there any such parameter to change, to invoke the method in JApplet from javascript?
can anybody give suggestion?
<<Less