HTML表单提交后不弹出新窗口
一、修改form的target属性<form name="Myform" action="login/login.php" method="POST" onsubmit="return validateForm()" target="_parent" >