I am using,
window.open("Download.php");
This file opens in a new tab for all browsers. But in Chrome, it opens in a new window. So I have tried:
window.open("Download.php",'_blank');
window.open("Download.php",'_new');
But it still opens in new window, not a tab. I don't know if this is a coding problem or default settings problem. I am using Chrome v31.0.1650.57 m.