how to open new window

TechJunkie is a BOX20 Media Company

Home Cut the Cord Kodi How To Install 1channel on Kodi

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

How To Open New Window May 2026

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