Is there any way to open a new full browser window? not a popup
window.open(url)
opens a new tab
window.open(url, "", features)
opens a popup
But can one open a window that can have tabs in it, bookmarks bar, etc?
Is there any way to open a new full browser window? not a popup
window.open(url)
opens a new tab
window.open(url, "", features)
opens a popup
But can one open a window that can have tabs in it, bookmarks bar, etc?