Quote:
|
Originally Posted by xXziroXx
I did, didnt work.
|
set the window property:
closequery = true;
then use:
function WindowName.onCloseQuery() {
}
Note: If I recall correctly, if you use this method you have to manually call .destroy() in the onCloseQuery() handler.