window.onunload= this.createDelegate(this, this.winExit);
window.document.body.onbeforeunload= this.createDelegate(this, this.beforeExit);
window.document.body.onbeforeunload= this.createDelegate(this, this.beforeExit);
|
window.onunload= this.createDelegate(this, this.winExit);
window.document.body.onbeforeunload= this.createDelegate(this, this.beforeExit);
|