window.open('branchMonitoring/', 'Testing Dual Monitor', 'resizable=1, scrollbars=1, fullscreen=0, height=200, width=650, screenX=0 , left=1280, toolbar=0, menubar=0, status=1');
I used this code to open a new window on the second monitor, but the new window still opens on the first monitor and cannot exceed the first border of the monitor. I tried changing the “left” to a higher value, but still no luck.
Please help me brothers. I am using the latest Chrome Chrome browser and using the Windows 8 dual monitor.
Please note that this solution works for me when using the FireFox browser. But I need to get it to work on chrome.
source
share