Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q1207

Feedback on: irt.org FAQ Knowledge Base Q1207

Sent by Sirine on March 28, 2002 at 14:34:25: - feedback #3735

Length:
Too short

Comments:
Could you please ellaborate on this?

Thank you always
Sirine


Sent by Mallikarjuna R Patil on Friday August 24, 2007 at 13:09:29 - feedback #4940

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()">




©2018 Martin Webb