ページの閉じたイベントを取得

405 ワード

function closeEvent(event){ // var s = event.type; if(s=='unload'){ exit(); } }

js    

<body onunload="closeEvent(event)">

                     F4+ALT                  window.close();

         !!!