Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法打开一个弹出窗口(使用window.open)并将其放置在不同的物理屏幕上?
window.open
这在 Firefox 中是可能的:
window.open(location, '', 'width=200,height=200,left=-1052')
但是 Chrome 会阻止您将子弹出窗口移动到母版页屏幕之外。
我认为他们这样做是为了防止恶意网站创建隐藏的弹出窗口,但在我确实有两个屏幕并希望该弹出窗口始终在我的第二个屏幕上打开的情况下,这对我来说没有意义。
这是 Chrome 中的一个已知问题,请为该问题加注星标以便查看
http://code.google.com/p/chromium/issues/detail?id=137681