I just created a monitor page for out product services. The user would use the page to check the status of different services.
What I would like to do now is whenever the browser is minimized and there is an alert, I would like to make the browser icon on the taskbar blink , so that it captures the users attention.
Is there a way I can do it ?
I looked at the following link : Make browser window blink in task Bar
but it just makes the title blink . I also looked at HTML 5 notifications, but I am not sure on how to include them onto my C#, asp.net code. I think using signalR would be an over kill.
So if you could please direct me to another way of accomplishing the task it would be great .