Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ram on Dec 30, 2009 21:23
open dhtmlx forum
Dhtml windows

While opening a dhtml window iam attching a html page using attach url..

Now the html page will display inside the dhtml window.

In my Html page there is button called close.While clicking the button the dhtml window should be closed.

How can i achieve this?..

Please post me sample code for the above criteria
Answer posted by Alex (support) on Jan 04, 2010 04:22

You can use the following approach:

parent.win.close();

Where win is an object of a certain window