Tengo un formulario en que le contiene en un IFRAME y al moento de ingresar el usuario no se porque pero se me carga en el mismo IFRAME y nesecito que se actualize como una nueva pagina fuera del iframe no se como hacerlo gracias les pongo el codgo a ver si me ayudan???
Código PHP:
Ver original
<? ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> <style type="text/css"> .pasword { color: #999; } .m { color: #00F; } .m { color: #000; } </style> </head> <body> <form action="index_autofacil.php" method="post" > <center><table width="200" bgcolor="#0000CC"="1"> <tr> <td class="m"><h3>Usuario: </h3></td> <td><input type="text" name="usuario" size="20" maxlength="20" /></td> </tr> <tr> <td height="26" class="m"><h3>Password: </h3></td> <td><input type="password" name="password" size="20" maxlength="10" /></td> </tr> </table></center> <br /> <br /> <center><input name="Enviar" type="submit" value="Ingresar" /></center> </form> </body> </html>