Categories | Question details Back To List | ||
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 |