How do I pass parameters to an applet from a URL?
Created May 7, 2012
John Zukowski Applets only get paramters from the APPLET tag. Since your page is JSP-based, get the parameters from JSP and pass them to the applet via the PARAM tag.
Created May 7, 2012