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