1

I've tried jquery window.open, but all focus will be shifted to new tab, and i dont want that, onclick should open new tab without shifting focus from current tab, also tried window.blur() and window.focus(), but doesn't fit my requirement.

preetham
  • 13
  • 4

1 Answers1

3

tab behaviour is controlled by the browser.

You wont have any way of controlling it from javascript.

Being able to control that kind of behaviour would be a serious security concern.

DevDonkey
  • 4,835
  • 2
  • 27
  • 41