Ver Mensaje Individual
  #8 (permalink)  
Antiguo 15/12/2003, 03:07
Avatar de jercer
jercer
 
Fecha de Ingreso: octubre-2003
Mensajes: 373
Antigüedad: 20 años, 7 meses
Puntos: 13
Cuando termines de hacer sentencias ASP en el PopUp pon algo así:

<html>
<head>
<script>
function cargado(){
window.close();
opener.location.reload();
}
</script>
</head>
<body onload="cargado()">
</body>
</html>