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.
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.
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.