I have a timeout function call, inside that I want to trigger a " window.open(redir_URL,"_blank"); " which should open in a new tab, but its opening as a popup.
Also its not user initalted event, its a javascript call.
Ref: http://upshots.org/javascript/window-open-opening-in-popups-vs-new-tabs-with-set
With ref to this, I tried to trigger a click event , but that also opens as a popup.
Any one please help me out this?
Chromium ticket: http://code.google.com/p/chromium/issues/detail?id=20189