How to listen to internet explorer close event in gwt land
I want to listen to internet explorer close event in gwt la开发者_开发问答nd. Is that possible? Would it be different for IE-7 and IE-8?
Implement Window.ClosingHandler. The Window.ClosingEvent will be fired just before the browser window closes or navigates to a different site.
精彩评论