标签: javascript html center window.open
我正在使用window.open()打开一个新窗口,如下所示:
window.open()
<input type="button" value="open" onclick="window.open('http://www.google.com', 'popupWindow', 'dependent=yes, menubar=no, toolbar=no')" />
但窗口出现在左下角。如何将此弹出窗口移动到中心?