I create a window and with “Window.attachURL($url);” i open an iframe. Inside of the iframe i have a button which should close my window. Things like “window.close();” doesn’t work. how can i do that?
If i have a normal popup i can update the opener-frame with something like “opener.document.getElementById(‘id’).src = ‘test.php’;”
Is there any option with dhtmlx-Window or i make something wrong?