Ver Mensaje Individual
  #9 (permalink)  
Antiguo 30/01/2005, 21:41
safe
 
Fecha de Ingreso: enero-2003
Ubicación: Córdoba, Argentina
Mensajes: 1.047
Antigüedad: 21 años, 3 meses
Puntos: 10
porque no probas poniendo en el popup algo asi:

Código PHP:
<html>
<head>
<script language="javascript">
<!--
function dirigir(donde){
    opener.location = donde;
    window.close();
}
-->
</script>
</head>
<body>
<?
echo "<a href=\"javascript: dirigir('principal.php?rutP=".$registro[2]."&rutfP=".$registro[3]."')\">XXXXX</a>";
?>
</body>
</html>
__________________
oohh... quisiera ser godines!!!