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