Reputation: 14967
Is there any way to know for events when move a window with "window.open"?.
It may be with javascript or using jQuery
Thank you.
Upvotes: 1
Views: 1578
Reputation: 2086
If you mean the physical browser window itself, no. Javascript runs sandboxed within the context of the window; you can't handle events outside of it.
Upvotes: 5