Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/09/2005, 06:20
Avatar de flaviovich
flaviovich
 
Fecha de Ingreso: agosto-2005
Ubicación: Lima, Peru
Mensajes: 2.951
Antigüedad: 18 años, 9 meses
Puntos: 39
Prueba asi:
Código PHP:
<script>

function paEntro()
{
  window.open("<? echo $elink?>","DESCARGA DE ELINKS", "titlebar=yes,width=400,height=100,top=250,left=300");
  this.close();
}

this.focus();

</script>