Hi guys, need your helps....
I am trying to load an applet from my Servlet. The reason
why I am doing this is because based on different users, the
applet configuration will change and they will have different
applets combination (e.g.: applet a & b for user 1, applet c & d for user
2)
So basically what I did was very simple ...
out = response.getWriter();
out.println("<applet code = "A.class" codebase = "." width= 461 height=
346 > </applet>");
out.close();
However, it doesn't matter how I change the codebase,
the browser doesn't seem to be able to find the A.class.....
Any ideas? Any inputs will be greatly appreciated.
Thanks
Fran
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html