I am trying to launch an applet from within an applet using the code:
Class applet2 = Class.forName(PostAccess); Applet appletToLoad = (Applet)applet