Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/11/2005, 17:17
augusto_jaramil
 
Fecha de Ingreso: junio-2004
Ubicación: Ciudad de Panama
Mensajes: 551
Antigüedad: 20 años, 6 meses
Puntos: 8
Que tal pues....

Proba con esto:
Código HTML:
<html>
<head>
  <script language="JavaScript">
   var Ventana = null;

  function abre()
  {
     if (Ventana != null)
        Ventana.close();

    Ventana = window.open(url,"_blanck","tus opciones");
  }
  </script>
</head> 
Un Saludo