Re: loading applets from applets
Posted By:
Laxman_Subramanian
Posted On:
Friday, May 3, 2002 06:37 PM
Well I you prefer having the individual applets as Frames and calling the corresponding based on the option this could solve your problem of having one applet and calling the desired Frames for the option .Frame will become a child of the Applet in this case . For a FTP applet I tried this and it worked just fine ...
regards Laxman
Re: loading applets from applets
Posted By:
preeti_padhy
Posted On:
Wednesday, May 1, 2002 07:05 AM
you can have another html page with the second applet(or may be build an html page dynamically according to the option) and then use getAppletContext().showDocument(htmlpage, target) to load the other applet.