It's been awhile since I worked with multiple monitors. As I recall, there are two ways (perhaps more) this can be set up:
- You can have two monitors, each showing the same thing.
- You can have two monitors, the second of which represents an extension of your screen or 'desktop' area.
If it's the second case, since you can open a window anywhere on the desktop, I would think you could open one on the extended portion of the desktop that is visible on the second monitor.
Also, if I remember correctly, you can (virtually) put the second monitor either 'on top' (above) the current or primary monitor, or to the left of it. Once there, you can drag windows over to it. If it were to the left, and - say your primary screen were 1024 pixels wide, you would be able to do:
Code:
window.open('some.htm','m2','top:0, left:1050');
and it should open a window on the second monitor.
Bookmarks