1

Using JavaScript, can we blink/highlight browser tab/window and if possible the taskbar icon too. This is to bring attention of the user to the tab/window.

Temp O'rary
  • 5,366
  • 13
  • 49
  • 109
  • No, (thankfully) but consider the [Notification API](https://developer.mozilla.org/en-US/docs/Web/API/notification) as an alternative. – zero298 Mar 05 '18 at 16:23
  • You can consider changing favicon of the website or title of it. – void Mar 05 '18 at 16:24

1 Answers1

1

No. This is not possible. JavaScript does not have access to that kind of functionality.

EDIT: Animating the text of the tab is the closest thing you are going to get to this kind of functionality.

lance
  • 16,092
  • 19
  • 77
  • 136
th3n3wguy
  • 3,649
  • 2
  • 23
  • 30