Hi,
Due to security reasons, JSObject is not enabled in Java Plugin by default. To enable JSObject support in Java Plugin new attribute called MAYSCRIPT needs to be present in the EMBED/OBJECT tag .
If MAYSCRIPT is specified as false, or if MATSCRIPT is absent, JSObject is disabled.
Hope this will help you.
Regards,
Anil.
Technical Support Engineer.
Hi,
Here is the embed tag html code for Java Plugin 1.3.1.
<EMBED type="application/x-java-applet;jpi-version=1.3.1" width="180" height="20"
align="baseline" code="TestApplet.class" codebase="C:/cuts"
MAYSCRIPT = "true"
pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html">
<NOEMBED>
No JDK 1.2 support for APPLET!!
</NOEMBED>
</EMBED>
Hope this might help you.
Anil.
Developer Technical Support
Sun Microsystems,India
http://www.sun.com/developers/support