I am using window.open('http://www.google.com','_blank') inside Ajax success.In chrome, new window is opened instead of new tab. But when I called window.open outside the Ajax, it opens new tab.Please anyone explain why its happening so.
I am using window.open('http://www.google.com','_blank') inside Ajax success.In chrome, new window is opened instead of new tab. But when I called window.open outside the Ajax, it opens new tab.Please anyone explain why its happening so.