Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/01/2003, 22:11
Yanix
 
Fecha de Ingreso: noviembre-2002
Ubicación: Washington, DC
Mensajes: 822
Antigüedad: 22 años, 4 meses
Puntos: 5
Intenta a ver colocando esto en tu ventana popup....

Código:
<html>
<head>
<script language="javaScript">
function crefresh() {
window.opener.location.reload();
window.close();
}
</script>
</head>
<body>
<input type="button" value="Cerrar y Refrescar" onClick="crefresh()">
</body>
</html>
__________________
Yanira