he probado con file_get_contents
Cita: $url = 'http://www.example.com/submit.php';
$body = 'FDW=programacion&PHP=f18';
$options = array('method' => 'POST', 'content' => $body);
$context = stream_context_create(array('http' => $options));
$page = file_get_contents($url, false, $context);
echo $page;
el problema es que sirve solo si se imprime en la pagina que envia (web1) la pagina que recibe las variables
www.example.com/submit.php o (web2) y no lo reenvia. y si le elimino el
no funciona.
pato_cuack una pregunta el parent.location.href= lo soporta todos los navegadores?