Hello, im french, so scuse me for my bad english.
I want to create a popup window with XML file and set the owner of this window.
In C++ we can do that :
hWindow = CreateDialog(hInstance, (LPCTSTR)IDD_WINID, hParent, (DLGPROC)procWindow);
And the hParent is the handle of the owner of the new window.
How can i do it with XML file or js script ?
Thank you for ur help