| Posted by jimmy on 04/02/07 12:03 
1.consider an html in place of jsp...that really doesn't matter..2. What i've done is that i check the coordinates of the browser for
 an event in the body unload method.
 If the coordinates match to those of the close button, it confirms
 the window closing event by closing the browser.
 So real problem arises when i resize the window which shifts the
 coordinates of the browser's window and thus failing my logic.That's
 why i want to capture the window.close() event and then proceed
 accordingly.
 [Back to original message] |