Hello

I'm facing a problem :

I have to open several time the same window into a desktop. The content of the window wil depend of url loading in a grid.

For now, I manage to do that by creating a window with the method shows in the example called dynamic window and passing it an url with autoload parameter. But I want to know if it was possible to have such a behavior with a window defined into the aspx page as a ext.desktopwindow. I found nothin about that.

In fact, I have a problem because in the window I opened after clicking on my URL, I called a new window to show other datas and I didn't manage to make this last windows belong to the desktop.

It is very difficult to show an example of what I do, because I have 3 pages involved and 2 js files.