开发者

How to listen to internet explorer close event in gwt land

开发者 https://www.devze.com 2023-04-04 09:19 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消