Applets

How to add a applet in the dhtml window?

Hello,

There are to methods that can be used to attach content into the window:
 - attachObject(object);
 - attachURL(url);

In first case container is placed into the window (win.attachObject()) The second approach allows to load page into window iframe.
You can choose the method that is approprtiate for you.
Please, see samples in the window package dhtmlxWindows/samples/init/