Ver Mensaje Individual
  #7 (permalink)  
Antiguo 19/05/2009, 13:07
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 5 meses
Puntos: 2135
Respuesta: Actualizar select al cerrar popup...

Podrías hacer algo así también:
Código javascript:
Ver original
  1. <script>
  2.       window.location = '<?=$_SERVER['PHP_SELF'] ?>';
  3.       alert("GUARDADO");
  4.       window.opener.recarga();
  5.       window.close();
  6. </script>

Saludos.