dhxWins = new dhtmlXWindows();
dhxWins.enableAutoViewport(false);
dhxWins.attachViewportTo("gridbox");
dhxWins.setImagePath("../dhtmlxWindows/codebase/");
//open popup window
var w = 300;
var h = 200;
var x = 100;
var y = 100;
for (var p = 0; p < 11; p++){
var id = "userWin" + p;
dhxWins.createWindow(id, x, y, w, h);
dhxWins.window(id).setText(id);
x = x + 8;
y = y + 6;
}
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan