jquery - Javascript: Detect when move a browser window -


Is there a way to know about events when walking with a window "window.open"?

It can use JavaScript or jQuery

Thanks.

If you mean the physical browser window only, no. Runs sandboxed in the context of Javascript window; You can not handle events outside of it.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -