You are here: irt.org | About | Feedback | 4940 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1207
Sent by
Mallikarjuna R Patil on Friday August 24, 2007 at 13:09:29
Worth:
Length:
Technical:
Comments:
function HandleOnClose() {
if (window.event.clientX<0 && window.event.clientY < 0) {
alert('do something before close');
}
}
Put above function for onunload <body onunload="HandleOnClose()">
Other feedback on 'irt.org FAQ Knowledge Base Q1207' - show all