So I use code like:
<form action="file.php" method="post" target="foo" onSubmit="window.open('', 'foo', 'width=450,height=300,status=yes,resizable=yes,scrollbars=yes')">
But it probubly will not work if user has JS disabeld. So how to set new window Width and height not using JS?
I know we can use target="_blank" to open what I need in new window but size... I just cant find how to do such thing...