Categories | Question details Back To List | ||
dhtmlxWindows unload I load one windows in first page using content of second page of my site. How i can unload windows with button since my second page. Thanks Answer posted by Support on May 02, 2008 10:02 You can use something similar to next <input type="button" onclick=" top.wins.window(ID).close(); " value="click me" /> where ID - id of window wins - name of dhtmlXWindows object Answer posted by GiovanniR on May 02, 2008 10:23 ok, very much thanks |