Jump to content

window not resizing?


shadiadiph

Recommended Posts

This working fine except the window does not resize and none of the attributes are applied to the window?

 

 

<form name="login" action="secure/checkuser.php" method="post" target="mywindow" onsubmit="window.open('mywindow','width=400,height=300,toolbar=no,location=no,directories=no,status=no,menubar=no,titlebar=no,scrollbars=yes,copyhistory=yes,resizable=no')">

Link to comment
https://forums.phpfreaks.com/topic/151176-window-not-resizing/
Share on other sites

Try:

 

</pre>
<form name="login" action="secure/checkuser.php" method="post" target="mywindow" onsubmit="window.open('mywindow', this.target,'width=400,height=300,toolbar=no,location=no,directories=no,status=no,menubar=no,titlebar=no,scrollbars=yes,copyhistory=yes,resizable=no')"><

Link to comment
https://forums.phpfreaks.com/topic/151176-window-not-resizing/#findComment-794185
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.