I'm using the following code snippet:
window.open('provas-final.php','height=320, width=320', 'gl');
to open the file "proof-final.php" and in the command itself I am saying the width and height of the window that will open (320px), but when it executes, it opens a window totally opposite to the dimensions I am passing, according to image:
I searched the internet and saw examples just like mine, could anyone tell me what's wrong?