How can I open a frame in the center of the current window?
The JS is simple:
window.open("http://www.google.com", "activate-frame", "height=600,width=800,centerscreen,chrome=yes");
However the "centerscreen" attribute is not actually opening the frame in the center of the screen.
JSFiddle: http://jsfiddle.net/ecm9bpox/1/