How do I pass parameters to an applet from a URL?
Created Nov 30, 2001
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 Nov 30, 2001