Javascript window.open() function opens link without popup blocker, I want to open some links from javascript window.open() function but it get blo
window.open()
You can't force it to open a new tab. The functionality is controlled by the browser entirely.
To avoid having your windows blocked, have the window open on any user event (like onclick).
onclick