2013-08-29 11:40:07 +08:00
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
<script type="text/javascript" charset="utf-8">
|
|
|
|
window.addEventListener('unload', function (e) {
|
2013-08-29 18:03:14 +08:00
|
|
|
require('fs').writeFileSync(__dirname + '/close', 'close');
|
2013-08-29 11:40:07 +08:00
|
|
|
}, false);
|
2019-07-02 13:48:58 -07:00
|
|
|
window.onload = () => window.close();
|
2013-08-29 11:40:07 +08:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|