There are no external Width and outerHeight in w3c specs: W3C Specs
So this is good for me:
var x = y = 10; window.open ('Yeah', "toolbar=1,location=1,directories=1,addressbar=1,scrollbars=1,status=1,menubar=1,resizable=1,width="+x+",height="+y); window.open ('Yeah2', "resizable=1,width="+x+",height="+y);
It opens two new windows on two different tabs.
Wilk source share