Now I use this string:
<jsplugin type="applet"
code="ztest.App01.class"
width="200"
height="300"
codebase="/applet">
</jsplugin>
This string is work. I create .war file inside /applet/ztest folders. Please, tell me how to change <jsplugin> in order to call same applet.
<jsplugin type="applet"
code="ztest.App01.class"
width="200"
height="300"
codebase="/applet">
</jsplugin>
This string is work. I create .war file inside /applet/ztest folders. Please, tell me how to change <jsplugin> in order to call same applet.