Is there a way to bring a javascript pop-up to the front of all applications if the browser from where the pop-up is generated is minimalized?
Tried:
newwindow=window.open('sessionExpiresSoon.html','SessionExpires','height=200,width=150');
newwindow.focus();
But this only focuses if the browser is opened or browsing in other tabs and so on.
new tab (no mater if it’s pop-up) is a part of browser.
if your programm (named browser) is inactive in your operating system, you can make it blinking as max.