Window Closing

Hi,

I have a window with an attached URL. The page which is generated by the URL contains a button, which when clicked should close the window.

Is there a way to achieve this?

Below is the sample of the code:

w = dhxWins.createWindow(“Email”,10,10,700,500);
w.setModal(true);
w.center();
w.attachURL(“menu?id=”+id);

Thanks

Hi,

this sample is included into the windows package:

dhtmlxWindows/samples/01_init/12_inner_close.html

thanks a lot Alexandra

Fatos