I have a similar requirement listed here.
When $('a#someID').click() is reached, I need the user's browser to initiate a download.
However, I am unable to use the window.href method because it replaces the current page contents with the file you are attempting to download.
Instead, I'd like to launch the download in a new window/tab.
What makes this possible?