Scenario:
- The user has two monitors.
- Their browser is open on the secondary monitor.
- They click a link in the browser which calls window.open() with a specific top and left window offset.
- The popup window always opens on their primary monitor.
Is there any way in JavaScript to get the popup window to open on the same monitor as the initial browser window (the opener)?