I have a problem in getting a JavaScript window centred in Google Chrome, I have found a solution HERE but it's creating a new JavaScript function that calls the Window.Open
.
How to do get it centred in all browsers using Window.Open
Only?
<asp:ImageButton runat="server" ID="imgNew" onclientclick="window.open('http://www.google.com','_blank','channelmode =1,scrollbars=1,status=0,titlebar=0,toolbar=0,resizable=0,width=400,height:300');" />