

Hi,
Here is the answer,
CODEBASE indicates the path to the directory of the applet class. CODEBASE is used for telling how to find the class file when it is not in the same directory as the web page. Do not use CODE to indicate the path, use CODEBASE.
For example-
<APPLET CODE="MyApplet.class" CODEBASE="../applets/"
WIDTH=100 HEIGHT=100>
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.