jsobject in java plugin

Hi all,how to enable JSObject in java plugin?Thanks!
[87 byte] By [cuts] at [2007-9-26 1:56:46]
# 1

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.

ramanil_indts at 2007-6-29 3:12:30 > top of Java-index,Desktop,Deploying...
# 2
Hi ramanil_indts,Thanks for ur reply and it is very helpful . can u pls tell the embed tag html code by using mayscript.its very urgent in my project
cuts at 2007-6-29 3:12:30 > top of Java-index,Desktop,Deploying...
# 3
hi all, i too had some problem in embed tag while using for netscape navigator. can i have the embed tag html code.thanx
eebeth at 2007-6-29 3:12:30 > top of Java-index,Desktop,Deploying...
# 4

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

ramanil_indts at 2007-6-29 3:12:30 > top of Java-index,Desktop,Deploying...
# 5
Hi ramanil_indts,Thanks for posting the embed tag html code.
cuts at 2007-6-29 3:12:30 > top of Java-index,Desktop,Deploying...