how to open new window

COMPLETA EL FORMULARIO Y ÚNETE A NUESTRA NEWSLETTER

Selecciona una

  • Infantil

  • Primaria

  • Secundaria

  • Bachillerato

  • FP

  • Universitaria

  • Otra

// Opens a new blank window window.open("https://example.com", "_blank", "width=800,height=600"); // To force a new window (instead of a tab) use features like width/height window.open("https://example.com", "mywindow", "width=800,height=600,toolbar=yes");

Se ha añadido un libro a favoritos

Accede a tu cuenta para guardarlo en favoritos

Acceder Regístrate

How - To Open New Window

// Opens a new blank window window.open("https://example.com", "_blank", "width=800,height=600"); // To force a new window (instead of a tab) use features like width/height window.open("https://example.com", "mywindow", "width=800,height=600,toolbar=yes");