Tema: Pop-up
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/04/2006, 01:15
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años
Puntos: 772
Hola Anarninquë

Prueba este código:
Código:
caracteristicas = 'width=300, height=300, top=10, left=' + (screen.width-300) +', menubar=0, scrollbars=0, location=0, toolbar=0,  resizable=0, status=0';
window.open('_a.html', 'popup', caracteristicas);
Saludos,