Can one applet load another applet on runtime, and have both applets in the same page?
I want to have two frames in a page. In one frame there will be the first applet which will load automatically when the page is loaded. And the other frame will contain a blank page. Now when the first applet initialize the second applet it will give the blank page (second frame) as parameter.Is someone familiar with that?

Comments
should be possible using javascript and dom manipulation, like using jQuery.
A starter would be: http://www.mail-archive.com/jquery-en@googlegroups.com/msg19003.html