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')"> Quote Link to comment 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')">< Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.