Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我过去调用 javascript alert 方法时,它都会自动聚焦到调用它的窗口,但在 Firefox 11 等现代浏览器中并非如此。如何使用现代浏览器实现自动 window.focus,因为警报在我的应用程序中非常重要,因为它是股票警报。
恐怕如果不突破几乎不可能的沙箱,这将是不可能的。你受制于网络浏览器和操作系统。
有一些针对 HTML5 的通知 API,但目前尚未实现。