JSApplet
Synopsis
JSApplet { code=javaClassName; width=aWidth;height=aHeight;
[associationClass=className;] [codeBase=aPath;]
[archive=jarFile1[, jarFile2];] [archiveNames=jarFile1[,
jarFile2];] [object=serializedApplet;]
[hspace= aSize;] [vspace=aSize;]
[align=aString] [script=YES|NO;] ... };
Description
JSApplet is based on WOApplet and supports a thing missing from WOApplet:
the MAYSCRIPT valueless key. It is very important if applet wants to communicate
with JavaScript via LiveConnect. MAYSCRIPT grants applets to have this
opportunity.
JSApplet:
-
script
-
Enables/disables MASCRIPT.
-