shadiadiph Posted March 26, 2009 Share Posted March 26, 2009 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 More sharing options...
Maq Posted March 26, 2009 Share Posted March 26, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.