Ayyappa wrote:
i am calling a applet from a .jsp page in the following manner <applet code="crossword.Test" height="200" width="200">Applet classes are located relative to the directory that the requesting page is in. So, if the page above is in directory "$PAGE", the class file would be loaded from "$PAGE/crossword/Test.class". You can change the base directory for where applets are located by using the "codebase" attribute on the <applet> tag. Craig McClanahan
|
- Query regarding applet calling Ayyappa
- Re: Query regarding applet calling William Brogden
- jsp to email problem on Tomcat Craig R. McClanahan
- jsp to email problem on Tomcat Ian Corner
- RE: jsp to email problem on Tomcat Sandy McPherson
- RE: Query regarding applet calling Stefan Langer
