Únete a nuestra comunidad Únete a nuestra comunidad

How To Open — New Window [updated]

// 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");