javascript - How to flash web browser's window using JS -
I'm writing in the web app that refreshes the web page (dashboard) that refreshes every 10 seconds if If there is any new data then I have to draw attention to the users.
According to me, the only possible solution is to attract users by flashing the browser window. So if the browser window is not an active window then the user will see the blinking icon on the Windows taskbar.
How can I do this in Java Script?
At present, we change Google's title bar content by the way.
But our client wants to wink the browser window because they have seen something on the web with live help (chat).
What if the webpage's title text "New Data" in every few seconds gives you a new message Sends?
Comments
Post a Comment