about attachURL method

Hi. is it possible to attach a single url to seperate windows? my single url is an aspx file and it’s changing with the querystring that i sent. and i’m trying to add windows like;

var win1 = dhxWins.createWindow(“w1”, 100, 100, 500, 200);
win1.setText(“Window 1”);
win1.attachURL(“myUrl.aspx?query=1”);

var win2 = dhxWins.createWindow(“w2”, 150, 150, 500, 200);
win2.setText(“Window 2”);
win2.attachURL(“myUrl.aspx?query=2”);

when i try to do this it’s not working properly. should you help me for this situation?

Hi,

attachURL loads page into an iframe. The working demo in the windows package:
dhtmlxWindows/samples/01_init/05_attach_url.html