I am opening a new window using window.open()
like below:
<input type="button" value="open" onclick="window.open('http://www.google.com', 'popupWindow', 'dependent=yes, menubar=no, toolbar=no')" />
But the window is appearing of the left bottom. How can I move this popup Window to center?