I am trying to create a JS function that opens a pop-up browser window on a user's second monitor only when they are in the extend screen when they load the website using:
window.onload = window.open(link);
This will be used in very specific scenarios as it is in a company computer that all have the same settings.
Any ideas or help would be appreciated on how to guide me on this.