--- title: Window.getAttention() slug: Web/API/Window/getAttention translation_of: Web/API/Window/getAttention ---
The Window.getAttention()
method attempts to get the user's attention. The mechanism for this happening depends on the specific operating system and window manager.
window.getAttention();
On Windows, the taskbar button for the window flashes, if this hasn't been disabled by the user.
On Linux, the behaviour varies from window manager to window manager - some flash the taskbar button, others focus the window immediately. This may be configurable as well.
On Macintosh, the icon in the upper right corner of the desktop flashes.
The function is disabled for web content. Neither Gecko nor Internet Explorer supports this feature now for web content. getAttention
will still work when used from chrome in a Gecko application.
DOM Level 0. Not part of specification.
{{Compat("api.Window.getAttention")}}