if(confirm("Sure you want to close the window"); { // yes return to submit function } else { // no return to Other call function } window.onclose ...
確定! 回上一頁