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