Friday, 23 August 2013

Javascript .open opens maximized in Chrome

Javascript .open opens maximized in Chrome

When using the below to open a new a window in Chrome the window always
opens maximized. In Firefox it opens at the correct 200x200 size, so how
can I get Chrome to behave the same and not maximize?
gamewindow = window.open("","","width=200,height=200");

No comments:

Post a Comment