Hello,
On IE 11, I have succeeded in positioning the new window to open on dual monitor using window.open(), but the same code is not working on edge browser.
window.open(thePage,'windowName','resizable=1,scrollbars=1,fullscreen=0,height=200,width=' + width + ' , left='+screen.width '');
On Edge browser the new window keeps opening on primary monitor.
Note: As per our organization policy we have to stick with Internet Explorer and Edge browsers. So I am trying to make it work on Edge browser.
Environment: Windows 10 -version 1803 (OS Build 17134.228), Edge browser
Can someone please help me with this.
Thank You