Ver Mensaje Individual
  #3  
Antiguo 04-06-2008
Avatar de roman
roman roman is offline
Moderador
 
Registrado: may 2003
Ubicación: Ciudad de México
Posts: 20.269
Reputación: 10
roman Es un diamante en brutoroman Es un diamante en brutoroman Es un diamante en bruto
Acabo de hacer esta prueba en IE7 y funciona bien:

Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta http-equiv='content-type' content='text/html; charset=iso-8859-1'>
<title> iPost </title>
</head>

<body>
<form method='post' action='b.php' target='contenedor'>
    <input type='text' name='usuario'>
    <input type='submit'>
</form>

<iframe name='contenedor'>
</iframe>
</body>
</html>
// Saludos
Responder Con Cita